diff options
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2008-09-09 07:27:22 -0400 |
---|---|---|
committer | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2008-09-09 07:27:22 -0400 |
commit | 410e27a49bb98bc7fa3ff5fc05cc313817b9f253 (patch) | |
tree | 88bb1fcf84f9ebfa4299c9a8dcd9e6330b358446 /net/dccp/ipv4.c | |
parent | 0a68a20cc3eafa73bb54097c28b921147d7d3685 (diff) |
This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"
as it accentally contained the wrong set of patches. These will be
submitted separately.
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Diffstat (limited to 'net/dccp/ipv4.c')
-rw-r--r-- | net/dccp/ipv4.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index b623f6b25482..882c5c4de69e 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c | |||
@@ -545,7 +545,6 @@ out: | |||
545 | 545 | ||
546 | static void dccp_v4_reqsk_destructor(struct request_sock *req) | 546 | static void dccp_v4_reqsk_destructor(struct request_sock *req) |
547 | { | 547 | { |
548 | dccp_feat_list_purge(&dccp_rsk(req)->dreq_featneg); | ||
549 | kfree(inet_rsk(req)->opt); | 548 | kfree(inet_rsk(req)->opt); |
550 | } | 549 | } |
551 | 550 | ||
@@ -596,8 +595,7 @@ int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb) | |||
596 | if (req == NULL) | 595 | if (req == NULL) |
597 | goto drop; | 596 | goto drop; |
598 | 597 | ||
599 | if (dccp_reqsk_init(req, dccp_sk(sk), skb)) | 598 | dccp_reqsk_init(req, skb); |
600 | goto drop_and_free; | ||
601 | 599 | ||
602 | dreq = dccp_rsk(req); | 600 | dreq = dccp_rsk(req); |
603 | if (dccp_parse_options(sk, dreq, skb)) | 601 | if (dccp_parse_options(sk, dreq, skb)) |