Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111237
b: refs/heads/master
c: 33c4496
h: refs/heads/master
i:
  111235: fd38acd
v: v3
  • Loading branch information
Wei Yongjun authored and Gerrit Renker committed Aug 27, 2008
1 parent 17a434e commit 5a2419d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a4356b2920fd4861dd6c75f558749fa5c38a00e8
refs/heads/master: 33c449675c0e371edd35b3bd7ce8a14451ff2f0b
4 changes: 2 additions & 2 deletions trunk/net/dccp/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ int dccp_rcv_established(struct sock *sk, struct sk_buff *skb,
goto discard;

if (dccp_parse_options(sk, NULL, skb))
goto discard;
return 1;

if (DCCP_SKB_CB(skb)->dccpd_ack_seq != DCCP_PKT_WITHOUT_ACK_SEQ)
dccp_event_ack_recv(sk, skb);
Expand Down Expand Up @@ -610,7 +610,7 @@ int dccp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
* Step 8: Process options and mark acknowledgeable
*/
if (dccp_parse_options(sk, NULL, skb))
goto discard;
return 1;

if (dcb->dccpd_ack_seq != DCCP_PKT_WITHOUT_ACK_SEQ)
dccp_event_ack_recv(sk, skb);
Expand Down

0 comments on commit 5a2419d

Please sign in to comment.