- dtucker@cvs.openbsd.org 2007/04/23 10:15:39
[servconf.c] Remove debug() left over from development. ok deraadt@
This commit is contained in:
parent
86473c57a8
commit
f78bb41772
|
@ -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 $
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue