Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111239
b: refs/heads/master
c: 5a05641
h: refs/heads/master
i:
  111237: 5a2419d
  111235: fd38acd
  111231: 8ab8510
v: v3
  • Loading branch information
Gerrit Renker committed Aug 27, 2008
1 parent 0cd0b77 commit 2965efc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1efa6bbac876318ebf6f3a757f18e7d9ebe02dd0
refs/heads/master: 5a056417e696fabab8642ec38783de0b496bde76
3 changes: 3 additions & 0 deletions trunk/net/dccp/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,9 @@ int dccp_parse_options(struct sock *sk, struct dccp_request_sock *dreq,
DCCP_INC_STATS_BH(DCCP_MIB_INVALIDOPT);
DCCP_SKB_CB(skb)->dccpd_reset_code = DCCP_RESET_CODE_OPTION_ERROR;
DCCP_WARN("DCCP(%p): invalid option %d, len=%d", sk, opt, len);
DCCP_SKB_CB(skb)->dccpd_reset_data[0] = opt;
DCCP_SKB_CB(skb)->dccpd_reset_data[1] = len > 0 ? value[0] : 0;
DCCP_SKB_CB(skb)->dccpd_reset_data[2] = len > 1 ? value[1] : 0;
return -1;
}

Expand Down

0 comments on commit 2965efc

Please sign in to comment.