mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
TCP RACK: avoid using uninitialized tot_idle variable
Reviewed by: rrs CID: 1540027 Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D48277 (cherry picked from commit 3b9da3dcd11f3d73281383c4ba383a4fcc4b9bbe)
This commit is contained in:
parent
8a246cebc1
commit
080caa0aea
1 changed files with 2 additions and 1 deletions
|
|
@ -20205,7 +20205,8 @@ rack_output(struct tcpcb *tp)
|
|||
rack_exit_probertt(rack, cts);
|
||||
}
|
||||
}
|
||||
}
|
||||
} else
|
||||
tot_idle = 0;
|
||||
if (rack_use_fsb &&
|
||||
(rack->r_ctl.fsb.tcp_ip_hdr) &&
|
||||
(rack->r_fsb_inited == 0) &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue