mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
tcp: remove stale comment
MFC after: 3 days Sponsored by: Netflix, Inc.
This commit is contained in:
parent
03da439515
commit
9a4b30dabf
1 changed files with 0 additions and 1 deletions
|
|
@ -1294,7 +1294,6 @@ syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
|
|||
} else
|
||||
TCPSTAT_INC(tcps_sc_completed);
|
||||
|
||||
/* how do we find the inp for the new socket? */
|
||||
if (sc != &scs)
|
||||
syncache_free(sc);
|
||||
return (1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue