summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2000-05-02 15:39:36 +0000
committerluigi <luigi@FreeBSD.org>2000-05-02 15:39:36 +0000
commit4955e8ae95d45a364c32ba6ae80fb915dd9fe5fe (patch)
tree3a1edf5283faa96aac160b0df89acb7fb35a0738 /sys
parent32818155f02315ed866999acfb3ed74f60cc5597 (diff)
downloadFreeBSD-src-4955e8ae95d45a364c32ba6ae80fb915dd9fe5fe.zip
FreeBSD-src-4955e8ae95d45a364c32ba6ae80fb915dd9fe5fe.tar.gz
Remove an unnecessary error message
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_fw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index 9482665..7d3fb70 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -665,9 +665,11 @@ found:
q->expire = time_second + dyn_fin_lifetime ;
break ;
default:
+#if 0
/* reset or some invalid combination */
if ( (q->state & ((TH_RST << 8)|TH_RST)) == 0)
printf("invalid state: 0x%x\n", q->state);
+#endif
q->expire = time_second + dyn_rst_lifetime ;
break ;
}
OpenPOWER on IntegriCloud