1
0
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:
Volker Lendecke 2006-04-30 14:14:46 +00:00 committed by Gerald (Jerry) Carter
parent cdc3aa9d07
commit 46d3c7668b

View File

@ -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;
}
}