diff options
Diffstat (limited to 'net/dccp/ccids/ccid3.c')
-rw-r--r-- | net/dccp/ccids/ccid3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ccids/ccid3.c b/net/dccp/ccids/ccid3.c index 21948d023c72..2dd3e94ba8f4 100644 --- a/net/dccp/ccids/ccid3.c +++ b/net/dccp/ccids/ccid3.c | |||
@@ -1634,7 +1634,7 @@ static u32 ccid3_hc_rx_calc_first_li(struct sock *sk) | |||
1634 | struct ccid3_hc_rx_sock *hcrx = dp->dccps_hc_rx_ccid_private; | 1634 | struct ccid3_hc_rx_sock *hcrx = dp->dccps_hc_rx_ccid_private; |
1635 | struct dccp_rx_hist_entry *entry, *next, *tail = NULL; | 1635 | struct dccp_rx_hist_entry *entry, *next, *tail = NULL; |
1636 | u32 rtt, delta, x_recv, fval, p, tmp2; | 1636 | u32 rtt, delta, x_recv, fval, p, tmp2; |
1637 | struct timeval tstamp, tmp_tv; | 1637 | struct timeval tstamp = { 0 }, tmp_tv; |
1638 | int interval = 0; | 1638 | int interval = 0; |
1639 | int win_count = 0; | 1639 | int win_count = 0; |
1640 | int step = 0; | 1640 | int step = 0; |