summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-02-15 05:06:53 +0000
committerTim Potter <tpot@samba.org>2000-02-15 05:06:53 +0000
commit74ca35e4eef8e758f37488a1128d462c21ce004c (patch)
tree844f59524c0381f9bd4f10b57fe0186d80d1727b /source3/libsmb/clientgen.c
parent9d59503d554fe66a674265c2036f01c236165963 (diff)
downloadsamba-74ca35e4eef8e758f37488a1128d462c21ce004c.tar.gz
samba-74ca35e4eef8e758f37488a1128d462c21ce004c.tar.bz2
samba-74ca35e4eef8e758f37488a1128d462c21ce004c.zip
Not enough args to DEBUG statement.
(This used to be commit 156f438bce607236b2d91c28f3dbe8559e048738)
Diffstat (limited to 'source3/libsmb/clientgen.c')
-rw-r--r--source3/libsmb/clientgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c
index d40bfc379a..32148a4e12 100644
--- a/source3/libsmb/clientgen.c
+++ b/source3/libsmb/clientgen.c
@@ -3261,7 +3261,7 @@ BOOL attempt_netbios_session_request(struct cli_state *cli, char *srchost, char
*/
DEBUG(0,("attempt_netbios_session_request: %s rejected the session for name %s \
-with error %s.\n", desthost, cli_errstr(cli) ));
+with error %s.\n", desthost, "*SMBSERVER", cli_errstr(cli) ));
cli_shutdown(cli);
return False;
}