Merge append_log fix from HEAD
authorAndrew Bartlett <abartlet@samba.org>
Sat, 9 Nov 2002 23:18:25 +0000 (23:18 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 9 Nov 2002 23:18:25 +0000 (23:18 +0000)
source/client/smbmount.c

index 0db990e8bd63204a2fb9841a38e6f90a8cd2f1f6..a29ab48ecee6c545b5f3768dcc863525fd290899 100644 (file)
@@ -28,7 +28,6 @@
 
 extern BOOL in_client;
 extern pstring user_socket_options;
 
 extern BOOL in_client;
 extern pstring user_socket_options;
-extern BOOL append_log;
 
 static pstring credentials;
 static pstring my_netbios_name;
 
 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);
                        /* 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()));
 
                        reopen_logs();
                        DEBUG(0, ("mount.smbfs: entering daemon mode for service %s, pid=%d\n", the_service, sys_getpid()));