mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r15359: Fix typo
This commit is contained in:
parent
cdc3aa9d07
commit
46d3c7668b
@ -204,7 +204,8 @@ BOOL user_ok_token(const char *username, struct nt_user_token *token, int snum)
|
||||
if (!token_contains_name_in_list(username,
|
||||
lp_servicename(snum), token,
|
||||
lp_valid_users(snum))) {
|
||||
DEBUG(10, ("User %s no in 'valid users'\n", username));
|
||||
DEBUG(10, ("User %s not in 'valid users'\n",
|
||||
username));
|
||||
return False;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user