Initialize if_hw_tsomaxsegsize to 0 to appease gcc's flow analysis as a
fail-safe.
This commit is contained in:
parent
f628d191e3
commit
f62ee993b4
@ -195,7 +195,7 @@ tcp_output(struct tcpcb *tp)
|
|||||||
uint32_t recwin, sendwin;
|
uint32_t recwin, sendwin;
|
||||||
int off, flags, error = 0; /* Keep compiler happy */
|
int off, flags, error = 0; /* Keep compiler happy */
|
||||||
u_int if_hw_tsomaxsegcount = 0;
|
u_int if_hw_tsomaxsegcount = 0;
|
||||||
u_int if_hw_tsomaxsegsize;
|
u_int if_hw_tsomaxsegsize = 0;
|
||||||
struct mbuf *m;
|
struct mbuf *m;
|
||||||
struct ip *ip = NULL;
|
struct ip *ip = NULL;
|
||||||
#ifdef TCPDEBUG
|
#ifdef TCPDEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user