summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_syncache.c
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2005-04-21 20:29:40 +0000
committerps <ps@FreeBSD.org>2005-04-21 20:29:40 +0000
commit2b9aae1b7a6e7fb07dfaaa35a34911449d807dea (patch)
tree7df9769b9536c502339847b1b7beaa05a006390a /sys/netinet/tcp_syncache.c
parent38541e09625ba27273e987779d13f149d13e9dff (diff)
downloadFreeBSD-src-2b9aae1b7a6e7fb07dfaaa35a34911449d807dea.zip
FreeBSD-src-2b9aae1b7a6e7fb07dfaaa35a34911449d807dea.tar.gz
Remove some code that snuck in by accident.
Submitted by: Mohan Srinivasan
Diffstat (limited to 'sys/netinet/tcp_syncache.c')
-rw-r--r--sys/netinet/tcp_syncache.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c
index 1e46d70..5837f58 100644
--- a/sys/netinet/tcp_syncache.c
+++ b/sys/netinet/tcp_syncache.c
@@ -983,14 +983,9 @@ 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)
sc->sc_flags |= SCF_SACK;
OpenPOWER on IntegriCloud