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 | 0085229b2a2da40867863792230c179b9287336b (patch) | |
tree | a59286881388e8744094cdb6a7280075f73c2873 | |
parent | 1ba477ae6c8c4c240996d2fd9b8b0c43ee861939 (diff) | |
download | samba-0085229b2a2da40867863792230c179b9287336b.tar.gz samba-0085229b2a2da40867863792230c179b9287336b.tar.bz2 samba-0085229b2a2da40867863792230c179b9287336b.zip |
Cosmetic fix for debug statement.
(This used to be commit 507ef80f48a8fca762e41be5cdb80ce86544da3f)
-rw-r--r-- | source3/smbd/password.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c index b2687980ac..510e18919d 100644 --- a/source3/smbd/password.c +++ b/source3/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; } |