diff options
Diffstat (limited to 'net/dccp/ipv4.c')
-rw-r--r-- | net/dccp/ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index 683902fcc8ed..ab4f44c9bb21 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c | |||
@@ -193,7 +193,7 @@ static void dccp_do_redirect(struct sk_buff *skb, struct sock *sk) | |||
193 | struct dst_entry *dst = __sk_dst_check(sk, 0); | 193 | struct dst_entry *dst = __sk_dst_check(sk, 0); |
194 | 194 | ||
195 | if (dst) | 195 | if (dst) |
196 | dst->ops->redirect(dst, skb); | 196 | dst->ops->redirect(dst, sk, skb); |
197 | } | 197 | } |
198 | 198 | ||
199 | /* | 199 | /* |