diff options
Diffstat (limited to 'sys/netinet/toecore.c')
-rw-r--r-- | sys/netinet/toecore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/toecore.c b/sys/netinet/toecore.c index 53d4778..1adaf4d 100644 --- a/sys/netinet/toecore.c +++ b/sys/netinet/toecore.c @@ -328,7 +328,6 @@ toe_syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, { struct socket *lso = inp->inp_socket; - INP_INFO_WLOCK_ASSERT(&V_tcbinfo); INP_WLOCK_ASSERT(inp); syncache_add(inc, to, th, inp, &lso, NULL, tod, todctx); |