diff --git a/[refs] b/[refs] index dbca7f346d12..fa044d66113a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ca55158c6ecb7832a6ad80ac44a14d23bab8cdfc +refs/heads/master: c44649216522cd607a4027d2ebf4a8147d3fa94c diff --git a/trunk/net/ipv4/syncookies.c b/trunk/net/ipv4/syncookies.c index 5c24db4a3c91..9f6b22206c52 100644 --- a/trunk/net/ipv4/syncookies.c +++ b/trunk/net/ipv4/syncookies.c @@ -347,7 +347,7 @@ struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb, { .sport = th->dest, .dport = th->source } } }; security_req_classify_flow(req, &fl); - if (ip_route_output_key(&init_net, &rt, &fl)) { + if (ip_route_output_key(sock_net(sk), &rt, &fl)) { reqsk_free(req); goto out; }