diff options
author | Tim Potter <tpot@samba.org> | 2001-11-19 04:35:00 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-11-19 04:35:00 +0000 |
commit | 507ef80f48a8fca762e41be5cdb80ce86544da3f (patch) | |
tree | 5d0ab15d84e15d782ba6c5f414fb017e29aca545 /source/smbd/password.c | |
parent | d761a3860ba7b11b446d3a9865ddfeff8e2f658d (diff) | |
download | samba-507ef80f48a8fca762e41be5cdb80ce86544da3f.tar.gz samba-507ef80f48a8fca762e41be5cdb80ce86544da3f.tar.xz samba-507ef80f48a8fca762e41be5cdb80ce86544da3f.zip |
Cosmetic fix for debug statement.
Diffstat (limited to 'source/smbd/password.c')
-rw-r--r-- | source/smbd/password.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/smbd/password.c b/source/smbd/password.c index b2687980acf..510e18919dd 100644 --- a/source/smbd/password.c +++ b/source/smbd/password.c @@ -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; } |