mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
Fix comment in match_usergroup_pattern_list.
Spotted by balu.gajjala@gmail.com via bz#3092.
This commit is contained in:
parent
fccff339ca
commit
a4cc579c6a
2
match.c
2
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 */
|
/* Windows usernames may be Unicode and are not case sensitive */
|
||||||
return cygwin_ug_match_pattern_list(string, pattern);
|
return cygwin_ug_match_pattern_list(string, pattern);
|
||||||
#else
|
#else
|
||||||
/* Case insensitive match */
|
/* Case sensitive match */
|
||||||
return match_pattern_list(string, pattern, 0);
|
return match_pattern_list(string, pattern, 0);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user