diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-11-09 23:17:01 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-11-09 23:17:01 +0000 |
commit | a0dd6128bfb73a3078a2686a1998b7fbd541ca6c (patch) | |
tree | 2a03734fcfe05cab0cf9e03535b83b1dc8938c91 /source3 | |
parent | bf89d62259765c23b35a7860b64acc614ce4aaf7 (diff) | |
download | samba-a0dd6128bfb73a3078a2686a1998b7fbd541ca6c.tar.gz samba-a0dd6128bfb73a3078a2686a1998b7fbd541ca6c.tar.bz2 samba-a0dd6128bfb73a3078a2686a1998b7fbd541ca6c.zip |
Kill append_log from smbmount (thanks vance for reminding me).
Andrew Bartlett
(This used to be commit 7501b2a51835bae005d2ac015c3a428eaadce032)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/client/smbmount.c | 2 |
1 files changed, 0 insertions, 2 deletions
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())); |