Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25672
b: refs/heads/master
c: b8282dc
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and David S. Miller committed Apr 12, 2006
1 parent b5f1747 commit c933b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b7595b4955b5178e28906838cc3e8efa62d8caee
refs/heads/master: b8282dcf0417bbc8a0786c129fdff9cc768f8f3c
2 changes: 1 addition & 1 deletion trunk/net/dccp/ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb)
goto drop;

if (dccp_parse_options(sk, skb))
goto drop;
goto drop_and_free;

dccp_openreq_init(req, &dp, skb);

Expand Down

0 comments on commit c933b77

Please sign in to comment.