mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Cosmetic fix for debug statement.
This commit is contained in:
parent
d761a3860b
commit
507ef80f48
@ -469,8 +469,7 @@ BOOL authorise_login(int snum,char *user, DATA_BLOB password,
|
||||
*/
|
||||
|
||||
if (!vuser) {
|
||||
DEBUG(1,("authorise_login: refusing user %s with no session setup\n",
|
||||
user));
|
||||
DEBUG(1,("authorise_login: refusing user '%s' with no session setup\n", user));
|
||||
return False;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user