mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
r15359: Fix typo
(This used to be commit 46d3c7668bdbaaab1b8854617aa7c235f51a74e0)
This commit is contained in:
parent
677b4769bd
commit
23b2f27a54
@ -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…
x
Reference in New Issue
Block a user