From 8e4ab747b02207671203d40cd2a78692da78faef Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 Aug 2003 18:33:43 +0000 Subject: more fixes from the IRIX compiler (thanks herb!) (This used to be commit 4cf3839b727c77a727abb558bd9473119a092913) --- source4/client/smbmount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/client/smbmount.c') diff --git a/source4/client/smbmount.c b/source4/client/smbmount.c index da340144fc..ac1a742ab7 100644 --- a/source4/client/smbmount.c +++ b/source4/client/smbmount.c @@ -396,7 +396,7 @@ static void send_fs_socket(char *the_service, char *mount_point, struct cli_stat /* here we are no longer interactive */ set_remote_machine_name("smbmount"); /* sneaky ... */ - setup_logging("mount.smbfs", False); + setup_logging("mount.smbfs", DEBUG_STDERR); reopen_logs(); DEBUG(0, ("mount.smbfs: entering daemon mode for service %s, pid=%d\n", the_service, sys_getpid())); @@ -857,7 +857,7 @@ static void parse_mount_smb(int argc, char **argv) DEBUGLEVEL = 1; /* here we are interactive, even if run from autofs */ - setup_logging("mount.smbfs",True); + setup_logging("mount.smbfs",DEBUG_STDERR); #if 0 /* JRA - Urban says not needed ? */ /* CLI_FORCE_ASCII=false makes smbmount negotiate unicode. The default -- cgit