mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
Merge of comment fix.
(This used to be commit 0e3be3603e6fea05cc8febd6ba50a5064e225901)
This commit is contained in:
parent
492ab172d4
commit
bffc4efd0f
@ -493,7 +493,7 @@ BOOL user_in_list(const char *user,char **list)
|
||||
|
||||
while (*list) {
|
||||
|
||||
DEBUG(10,("user_in_list: checking user |%s| in group |%s|\n", user, *list));
|
||||
DEBUG(10,("user_in_list: checking user |%s| against |%s|\n", user, *list));
|
||||
|
||||
/*
|
||||
* Check raw username.
|
||||
|
Loading…
x
Reference in New Issue
Block a user