diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-05 11:31:32 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-05 11:31:32 +0000 |
commit | 50fd278686078d1ecb7465227e8fb43215f489a9 (patch) | |
tree | 854f903863335999e10893b635d576631b8ff219 /sys/netinet | |
parent | 08e55792519efbfcbd2e5f78fd63382939d0c19a (diff) |
That DPRINTF() is not needed.
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/ip_ipsp.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/ip_ipsp.c b/sys/netinet/ip_ipsp.c index 5b0ea55afff..87018272ac8 100644 --- a/sys/netinet/ip_ipsp.c +++ b/sys/netinet/ip_ipsp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.c,v 1.127 2001/06/05 09:21:38 angelos Exp $ */ +/* $OpenBSD: ip_ipsp.c,v 1.128 2001/06/05 11:31:31 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -1196,9 +1196,6 @@ tdb_add_inp(struct tdb *tdb, struct inpcb *inp, int inout) inp->inp_tdb_out = tdb; TAILQ_INSERT_TAIL(&tdb->tdb_inp_out, inp, inp_tdb_out_next); } - - DPRINTF(("tdb_add_inp: tdb: %p, inp: %p, direction: %s\n", tdb, inp, - inout ? "in" : "out")); } /* Return a printable string for the IPv4 address. */ |