Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322021
b: refs/heads/master
c: 7b07f8e
h: refs/heads/master
i:
  322019: cf2a009
v: v3
  • Loading branch information
Mathias Krause authored and David S. Miller committed Aug 16, 2012
1 parent f4825e8 commit 5a4ad78
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 276bdb82dedb290511467a5a4fdbe9f0b52dce6f
refs/heads/master: 7b07f8eb75aa3097cdfd4f6eac3da49db787381d
1 change: 1 addition & 0 deletions trunk/net/dccp/ccids/ccid3.c
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ static int ccid3_hc_tx_getsockopt(struct sock *sk, const int optname, int len,
case DCCP_SOCKOPT_CCID_TX_INFO:
if (len < sizeof(tfrc))
return -EINVAL;
memset(&tfrc, 0, sizeof(tfrc));
tfrc.tfrctx_x = hc->tx_x;
tfrc.tfrctx_x_recv = hc->tx_x_recv;
tfrc.tfrctx_x_calc = hc->tx_x_calc;
Expand Down

0 comments on commit 5a4ad78

Please sign in to comment.