Fix a typo; left out preprocessor conditional for sigoff variable, which
is only used by TCP_SIGNATURE code. Noticed by: Roop Nanuwa
This commit is contained in:
parent
c407dd7263
commit
b11716b2a5
@ -116,7 +116,9 @@ tcp_output(struct tcpcb *tp)
|
||||
struct socket *so = tp->t_inpcb->inp_socket;
|
||||
long len, recwin, sendwin;
|
||||
int off, flags, error;
|
||||
#ifdef TCP_SIGNATURE
|
||||
int sigoff = 0;
|
||||
#endif /* TCP_SIGNATURE */
|
||||
struct mbuf *m;
|
||||
struct ip *ip = NULL;
|
||||
struct ipovly *ipov = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user