summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-12-28 21:34:04 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-12-28 21:34:04 +0000
commitf4f3938cae8431bbc0950c84f036c7c1e37c8093 (patch)
treee5b56fe70c8a39b25823e2896d5ae61aff7f4667 /sys/netinet
parent04543715fa935d729f789d1b2eb75219618bc1fe (diff)
Remove unused and confusing reporting line.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_ipsp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/ip_ipsp.c b/sys/netinet/ip_ipsp.c
index b2c2fd0caf1..80aa7e391f1 100644
--- a/sys/netinet/ip_ipsp.c
+++ b/sys/netinet/ip_ipsp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.c,v 1.104 2000/12/24 04:18:05 angelos Exp $ */
+/* $OpenBSD: ip_ipsp.c,v 1.105 2000/12/28 21:34:03 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -1131,9 +1131,6 @@ ipsp_kern(int off, char **bufp, int len)
l += sprintf(buffer + l, "\tAssociated interface = <%s>\n",
((struct ifnet *) tdb->tdb_interface)->if_xname);
- l += sprintf(buffer + l, "\t%u flows have used this SA\n",
- tdb->tdb_cur_allocations);
-
l += sprintf(buffer + l, "\t%qu bytes processed by this SA\n",
tdb->tdb_cur_bytes);