summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-05-20 15:03:15 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-05-20 15:03:15 +1000
commitf78bb41772ad72f4d05ecb594dfa243463c842da (patch)
treee57299b6a8e5ad880ad2afcab709dfb7b01e5d64
parent86473c57a853a8b5449026659f14640bd2275dc1 (diff)
- dtucker@cvs.openbsd.org 2007/04/23 10:15:39
[servconf.c] Remove debug() left over from development. ok deraadt@
-rw-r--r--ChangeLog5
-rw-r--r--servconf.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f9bb0aba..df9443c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
u_int64_t arg is the same as 'unsigned long long'.
from Dmitry V. Levin <ldv@altlinux.org>
ok markus@ 'Yes, that looks correct' millert@
+ - dtucker@cvs.openbsd.org 2007/04/23 10:15:39
+ [servconf.c]
+ Remove debug() left over from development. ok deraadt@
20070509
- (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.
@@ -2909,4 +2912,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.4662 2007/05/20 04:59:32 dtucker Exp $
+$Id: ChangeLog,v 1.4663 2007/05/20 05:03:15 dtucker Exp $
diff --git a/servconf.c b/servconf.c
index d9865025..1a754517 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.c,v 1.171 2007/03/09 05:20:06 dtucker Exp $ */
+/* $OpenBSD: servconf.c,v 1.172 2007/04/23 10:15:39 dtucker Exp $ */
/*
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved
@@ -592,7 +592,6 @@ match_cfg_line(char **condition, int line, const char *user, const char *host,
debug("connection from %.100s matched 'Host "
"%.100s' at line %d", host, arg, line);
} else if (strcasecmp(attrib, "address") == 0) {
- debug("address '%s' arg '%s'", address, arg);
if (!address) {
result = 0;
continue;