summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-02-22 15:21:21 +1100
committerDarren Tucker <dtucker@dtucker.net>2019-02-22 15:21:21 +1100
commitbed1d43698807a07bb4ddb93a46b0bd84b9970b3 (patch)
treec405570a7bb8b51967d9095f96a2ea2458f7f825 /servconf.c
parentf02afa350afac1b2f2d1413259a27a4ba1e2ca24 (diff)
downloadopenssh-git-bed1d43698807a07bb4ddb93a46b0bd84b9970b3.tar.gz
Revert unintended parts of previous commit.
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/servconf.c b/servconf.c
index 4fa896fd..d9680aba 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1049,11 +1049,7 @@ match_cfg_line(char **condition, int line, struct connection_info *ci)
}
if (ci->user == NULL)
match_test_missing_fatal("User", "user");
-#ifndef HAVE_CYGWIN
if (match_pattern_list(ci->user, arg, 0) != 1)
-#else
- if (match_pattern_list(ci->user, arg, 1) != 1)
-#endif
result = 0;
else
debug("user %.100s matched 'User %.100s' at "