diff options
author | David Hill <dhill@cvs.openbsd.org> | 2008-10-10 20:03:43 +0000 |
---|---|---|
committer | David Hill <dhill@cvs.openbsd.org> | 2008-10-10 20:03:43 +0000 |
commit | 6bac9c290620ecee62acc1d229cbd8262c8ddb72 (patch) | |
tree | 50737c01baaa5c5803dcba4510a58650090dcffe /sys/netinet | |
parent | b1ed80808efd278631858c4204f57d0e4e575888 (diff) |
back out previous change. Another panic, not as frequent, and
definitely not at will.
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/tcp_input.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index f0c0a32bd23..aeeb13f569f 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_input.c,v 1.222 2008/10/10 15:35:59 dhill Exp $ */ +/* $OpenBSD: tcp_input.c,v 1.223 2008/10/10 20:03:42 dhill Exp $ */ /* $NetBSD: tcp_input.c,v 1.23 1996/02/13 23:43:44 christos Exp $ */ /* @@ -594,12 +594,10 @@ tcp_input(struct mbuf *m, ...) /* * Locate pcb for segment. */ -/* #if NPF > 0 if (m->m_pkthdr.pf.statekey) inp = ((struct pf_state_key *)m->m_pkthdr.pf.statekey)->inp; #endif -*/ findpcb: if (inp == NULL) { switch (af) { |