[openssh-commits] [openssh] 01/01: Fix comment in match_usergroup_pattern_list.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Nov 13 10:43:06 AEDT 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit a4cc579c6ad2b2e54bdd6cc0d5e12c2288113a56
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Nov 13 10:41:41 2019 +1100
Fix comment in match_usergroup_pattern_list.
Spotted by balu.gajjala at gmail.com via bz#3092.
---
match.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/match.c b/match.c
index 25c866a4..754d2a0b 100644
--- a/match.c
+++ b/match.c
@@ -178,7 +178,7 @@ match_usergroup_pattern_list(const char *string, const char *pattern)
/* Windows usernames may be Unicode and are not case sensitive */
return cygwin_ug_match_pattern_list(string, pattern);
#else
- /* Case insensitive match */
+ /* Case sensitive match */
return match_pattern_list(string, pattern, 0);
#endif
}
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list