inet{6}_request_sock: Init ->opt and ->pktopts in the constructor
[linux-flexiantxendom0-natty.git] / net / ipv6 / syncookies.c
index 938ce4e..3ecc115 100644 (file)
@@ -198,7 +198,6 @@ struct sock *cookie_v6_check(struct sock *sk, struct sk_buff *skb)
        ireq = inet_rsk(req);
        ireq6 = inet6_rsk(req);
        treq = tcp_rsk(req);
-       ireq6->pktopts = NULL;
 
        if (security_inet_conn_request(sk, skb, req)) {
                reqsk_free(req);