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:
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user