summaryrefslogtreecommitdiffstats
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
commit156f438bce607236b2d91c28f3dbe8559e048738 (patch)
tree061f33a62273fe213b7c7fc43d41fc30842218dc
parent0babc4baea62aa40e8698ab88b3a95d514c001b6 (diff)
downloadsamba-156f438bce607236b2d91c28f3dbe8559e048738.tar.gz
samba-156f438bce607236b2d91c28f3dbe8559e048738.tar.xz
samba-156f438bce607236b2d91c28f3dbe8559e048738.zip
Not enough args to DEBUG statement.
-rw-r--r--source/libsmb/clientgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/clientgen.c b/source/libsmb/clientgen.c
index d40bfc379a5..32148a4e124 100644
--- a/source/libsmb/clientgen.c
+++ b/source/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;
}