mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
Merge of comment fix.
This commit is contained in:
parent
8ecfed59a3
commit
0e3be3603e
@ -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