From 017eec27bc67a0c3f9afeced21e2a10e112ec6c2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 9 Nov 2002 23:18:25 +0000 Subject: Merge append_log fix from HEAD (This used to be commit 2e338654170cecf5cc46b75958242a4732e1cd3f) --- source3/client/smbmount.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/client/smbmount.c') diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index 0db990e8bd..a29ab48ece 100644 --- a/source3/client/smbmount.c +++ b/source3/client/smbmount.c @@ -28,7 +28,6 @@ extern BOOL in_client; extern pstring user_socket_options; -extern BOOL append_log; static pstring credentials; static pstring my_netbios_name; @@ -378,7 +377,6 @@ 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); - append_log = True; reopen_logs(); DEBUG(0, ("mount.smbfs: entering daemon mode for service %s, pid=%d\n", the_service, sys_getpid())); -- cgit