Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/tcpdchk debugging log message committed by mistake ...
details: https://anonhg.NetBSD.org/src/rev/611f519bc6db
branches: trunk
changeset: 540851:611f519bc6db
user: itojun <itojun%NetBSD.org@localhost>
date: Thu Dec 26 14:11:28 2002 +0000
description:
debugging log message committed by mistake (rev 1.8). catched by lukem
diffstat:
usr.sbin/tcpdchk/scaffold.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 6606e66ce8cc -r 611f519bc6db usr.sbin/tcpdchk/scaffold.c
--- a/usr.sbin/tcpdchk/scaffold.c Thu Dec 26 13:45:17 2002 +0000
+++ b/usr.sbin/tcpdchk/scaffold.c Thu Dec 26 14:11:28 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scaffold.c,v 1.8 2002/06/06 21:28:50 itojun Exp $ */
+/* $NetBSD: scaffold.c,v 1.9 2002/12/26 14:11:28 itojun Exp $ */
/*
* Routines for testing only. Not really industrial strength.
@@ -11,7 +11,7 @@
#if 0
static char sccs_id[] = "@(#) scaffold.c 1.6 97/03/21 19:27:24";
#else
-__RCSID("$NetBSD: scaffold.c,v 1.8 2002/06/06 21:28:50 itojun Exp $");
+__RCSID("$NetBSD: scaffold.c,v 1.9 2002/12/26 14:11:28 itojun Exp $");
#endif
#endif
@@ -103,7 +103,6 @@
if (STR_EQ(eval_hostname(request.client), unknown))
tcpd_warn("host address %s->name lookup failed",
eval_hostaddr(request.client));
- tcpd_warn("%s %s", eval_hostname(request.client), unknown);
}
freeaddrinfo(res0);
return (count);
Home |
Main Index |
Thread Index |
Old Index