diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-12 14:28:46 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-12 14:28:46 +0000 |
commit | 0806cf75ff96dee6715610bd61e21cde08fa1c61 (patch) | |
tree | 7a13945b6c11b42a9ce6c1f4c41469bab96a8ab2 /source3/smbd | |
parent | d55b849d7740aee9795a8ded94d3a2db5b94cc02 (diff) | |
download | samba-0806cf75ff96dee6715610bd61e21cde08fa1c61.tar.gz samba-0806cf75ff96dee6715610bd61e21cde08fa1c61.tar.bz2 samba-0806cf75ff96dee6715610bd61e21cde08fa1c61.zip |
added spool_io_printer_driver_info_level_6()
thsi function and the associated header structure were autogenerated
using a little awk based code geerator I wroe ths evening. I'll commit
that next ...
(This used to be commit 974813f0d4afb6c14ed27c48ab24b19932557f9f)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c index f713b18562..fa3bc3cb10 100644 --- a/source3/smbd/service.c +++ b/source3/smbd/service.c @@ -281,7 +281,7 @@ connection_struct *make_connection(char *service,char *user,char *password, int /* shall we let them in? */ if (!authorise_login(snum,user,password,pwlen,&guest,&force,vuid)) { - DEBUG( 2, ( "Invalid username/password for %s\n", service ) ); + DEBUG( 2, ( "Invalid username/password for %s [%s]\n", service, user ) ); *ecode = ERRbadpw; return NULL; } |