diff --git a/[refs] b/[refs] index 60442bb15c9a..a946849cc668 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c95aaf9af5a1f6dee56d1f2ab4915cd722d608da +refs/heads/master: b9aed45507b657abab0b88da2c9b509a9dc462b1 diff --git a/trunk/net/netfilter/xt_policy.c b/trunk/net/netfilter/xt_policy.c index 46ee7e81a7af..45731ca15b7d 100644 --- a/trunk/net/netfilter/xt_policy.c +++ b/trunk/net/netfilter/xt_policy.c @@ -33,7 +33,7 @@ xt_addr_cmp(const union xt_policy_addr *a1, const union xt_policy_addr *m, return false; } -static inline bool +static bool match_xfrm_state(const struct xfrm_state *x, const struct xt_policy_elem *e, unsigned short family) {