diff options
Diffstat (limited to 'source3/client/smbmount.c')
-rw-r--r-- | source3/client/smbmount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index 00331f3681..fd82c1bc41 100644 --- a/source3/client/smbmount.c +++ b/source3/client/smbmount.c @@ -38,7 +38,7 @@ static struct smb_conn_opt conn_options; #endif /* Uncomment this to allow debug the smbmount daemon */ -/* #define SMBFS_DEBUG 1 */ +#define SMBFS_DEBUG 1 pstring cur_dir = "\\"; pstring cd_path = ""; |