summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
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 4fa896fd4..d9680aba1 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1049,11 +1049,7 @@ match_cfg_line(char **condition, int line, struct connection_info *ci)
1049 } 1049 }
1050 if (ci->user == NULL) 1050 if (ci->user == NULL)
1051 match_test_missing_fatal("User", "user"); 1051 match_test_missing_fatal("User", "user");
1052#ifndef HAVE_CYGWIN
1053 if (match_pattern_list(ci->user, arg, 0) != 1) 1052 if (match_pattern_list(ci->user, arg, 0) != 1)
1054#else
1055 if (match_pattern_list(ci->user, arg, 1) != 1)
1056#endif
1057 result = 0; 1053 result = 0;
1058 else 1054 else
1059 debug("user %.100s matched 'User %.100s' at " 1055 debug("user %.100s matched 'User %.100s' at "