summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clientgen.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-02-23 02:02:33 +0000
committerJeremy Allison <jra@samba.org>2000-02-23 02:02:33 +0000
commit9f879ec396230deba34fbe5e82d8a65f92137c54 (patch)
tree40e13fdb5eb8647b7703e972040eb25e1ca141e6 /source/libsmb/clientgen.c
parent27ef1789267c7af70071ac9b1d216b4dd745578a (diff)
downloadsamba-9f879ec396230deba34fbe5e82d8a65f92137c54.tar.gz
samba-9f879ec396230deba34fbe5e82d8a65f92137c54.tar.xz
samba-9f879ec396230deba34fbe5e82d8a65f92137c54.zip
lib/system.c: Fixed gcc warnings.
nmbd/nmbd_processlogon.c: Use "True" and "False" instead of 1 and 0. Others - preparing for multiple pdu write code. Jeremy.
Diffstat (limited to 'source/libsmb/clientgen.c')
-rw-r--r--source/libsmb/clientgen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/libsmb/clientgen.c b/source/libsmb/clientgen.c
index 32148a4e124..df3df0b4ba3 100644
--- a/source/libsmb/clientgen.c
+++ b/source/libsmb/clientgen.c
@@ -3260,8 +3260,8 @@ BOOL attempt_netbios_session_request(struct cli_state *cli, char *srchost, char
* The name used was *SMBSERVER, don't bother with another name.
*/
- DEBUG(0,("attempt_netbios_session_request: %s rejected the session for name %s \
-with error %s.\n", desthost, "*SMBSERVER", cli_errstr(cli) ));
+ DEBUG(0,("attempt_netbios_session_request: %s rejected the session for name *SMBSERVER \
+with error %s.\n", desthost, cli_errstr(cli) ));
cli_shutdown(cli);
return False;
}