Skip to content

Commit 9a4b30d

Browse files
committed
tcp: remove stale comment
MFC after: 3 days Sponsored by: Netflix, Inc.
1 parent 03da439 commit 9a4b30d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sys/netinet/tcp_syncache.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,6 @@ syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
12941294
} else
12951295
TCPSTAT_INC(tcps_sc_completed);
12961296

1297-
/* how do we find the inp for the new socket? */
12981297
if (sc != &scs)
12991298
syncache_free(sc);
13001299
return (1);

0 commit comments

Comments
 (0)