mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
TCP RACK: avoid using uninitialized tot_idle variable
Reviewed by: rrs CID: 1540027 MFC after: 1 week Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D48277
This commit is contained in:
parent
1781324db2
commit
3b9da3dcd1
1 changed files with 2 additions and 1 deletions
|
|
@ -19994,7 +19994,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