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 04b1a597e..14a9dde3d 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: servconf.c,v 1.170 2007/03/01 10:28:02 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 |
@@ -608,7 +608,6 @@ match_cfg_line(char **condition, int line, const char *user, const char *host, | |||
608 | debug("connection from %.100s matched 'Host " | 608 | debug("connection from %.100s matched 'Host " |
609 | "%.100s' at line %d", host, arg, line); | 609 | "%.100s' at line %d", host, arg, line); |
610 | } else if (strcasecmp(attrib, "address") == 0) { | 610 | } else if (strcasecmp(attrib, "address") == 0) { |
611 | debug("address '%s' arg '%s'", address, arg); | ||
612 | if (!address) { | 611 | if (!address) { |
613 | result = 0; | 612 | result = 0; |
614 | continue; | 613 | continue; |