diff options
Diffstat (limited to 'net/dccp/ipv6.c')
-rw-r--r-- | net/dccp/ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c index 6eda430ae929..03bb8298250a 100644 --- a/net/dccp/ipv6.c +++ b/net/dccp/ipv6.c | |||
@@ -888,7 +888,7 @@ static int dccp_v6_rcv(struct sk_buff **pskb) | |||
888 | if (!xfrm6_policy_check(sk, XFRM_POLICY_IN, skb)) | 888 | if (!xfrm6_policy_check(sk, XFRM_POLICY_IN, skb)) |
889 | goto discard_and_relse; | 889 | goto discard_and_relse; |
890 | 890 | ||
891 | return sk_receive_skb(sk, skb) ? -1 : 0; | 891 | return sk_receive_skb(sk, skb, 1) ? -1 : 0; |
892 | 892 | ||
893 | no_dccp_socket: | 893 | no_dccp_socket: |
894 | if (!xfrm6_policy_check(NULL, XFRM_POLICY_IN, skb)) | 894 | if (!xfrm6_policy_check(NULL, XFRM_POLICY_IN, skb)) |