X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=net%2Fipv4%2Fsyncookies.c;h=f470fe4511dbf6a03205e3690ff616dfdf2c8ffa;hb=eb1197bc0e20d3ceb450883dbd181460252f0306;hp=2da1be0589a9e7f2fb2cb6c0383e0452df570207;hpb=15c54033964a943de7b0763efd3bd0ede7326395;p=linux-2.6-omap-h63xx.git diff --git a/net/ipv4/syncookies.c b/net/ipv4/syncookies.c index 2da1be0589a..f470fe4511d 100644 --- a/net/ipv4/syncookies.c +++ b/net/ipv4/syncookies.c @@ -264,7 +264,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(&rt, &fl)) { + if (ip_route_output_key(&init_net, &rt, &fl)) { reqsk_free(req); goto out; }