From 2b9aae1b7a6e7fb07dfaaa35a34911449d807dea Mon Sep 17 00:00:00 2001 From: ps Date: Thu, 21 Apr 2005 20:29:40 +0000 Subject: [PATCH] Remove some code that snuck in by accident. Submitted by: Mohan Srinivasan --- sys/netinet/tcp_syncache.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c index 1e46d7063399..5837f585f419 100644 --- a/sys/netinet/tcp_syncache.c +++ b/sys/netinet/tcp_syncache.c @@ -983,13 +983,8 @@ syncache_add(inc, to, th, sop, m) * XXX Currently we always record the option by default and will * attempt to use it in syncache_respond(). */ -#if 1 - if (tp->t_flags & TF_SIGNATURE) - sc->sc_flags |= SCF_SIGNATURE; -#else if (to->to_flags & TOF_SIGNATURE) sc->sc_flags = SCF_SIGNATURE; -#endif #endif if (to->to_flags & TOF_SACK)