Initializing the new error variable to zero in syncache_socket()
is not necessary. Noticed by: bz
This commit is contained in:
parent
f70c72aa0c
commit
0e678ed825
@ -627,7 +627,7 @@ syncache_socket(struct syncache *sc, struct socket *lso, struct mbuf *m)
|
||||
struct inpcb *inp = NULL;
|
||||
struct socket *so;
|
||||
struct tcpcb *tp;
|
||||
int error = 0;
|
||||
int error;
|
||||
char *s;
|
||||
|
||||
INP_INFO_WLOCK_ASSERT(&V_tcbinfo);
|
||||
|
Loading…
x
Reference in New Issue
Block a user