]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/sctp/input.c
[NET]: Fix sk->sk_filter field access
[karo-tx-linux.git] / net / sctp / input.c
index 8a34d95602cef434922e0a8a00584d2293ca3a40..03f65de75d88280c0096f4aac8efbbe4330e9383 100644 (file)
@@ -228,7 +228,7 @@ int sctp_rcv(struct sk_buff *skb)
                goto discard_release;
        nf_reset(skb);
 
-       if (sk_filter(sk, skb, 1))
+       if (sk_filter(sk, skb))
                 goto discard_release;
 
        /* Create an SCTP packet structure. */