diff options
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c index d98650251..1a7545171 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: servconf.c,v 1.171 2007/03/09 05:20:06 dtucker Exp $ */ | 1 | /* $OpenBSD: servconf.c,v 1.172 2007/04/23 10:15:39 dtucker Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 3 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
4 | * All rights reserved | 4 | * All rights reserved |
@@ -592,7 +592,6 @@ match_cfg_line(char **condition, int line, const char *user, const char *host, | |||
592 | debug("connection from %.100s matched 'Host " | 592 | debug("connection from %.100s matched 'Host " |
593 | "%.100s' at line %d", host, arg, line); | 593 | "%.100s' at line %d", host, arg, line); |
594 | } else if (strcasecmp(attrib, "address") == 0) { | 594 | } else if (strcasecmp(attrib, "address") == 0) { |
595 | debug("address '%s' arg '%s'", address, arg); | ||
596 | if (!address) { | 595 | if (!address) { |
597 | result = 0; | 596 | result = 0; |
598 | continue; | 597 | continue; |