diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-02-13 04:58:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:10:05 -0500 |
commit | 7461a457d1c83ecb54310f04d9672a2180f5fb87 (patch) | |
tree | a2d013f4096717112fe67b63a746990bfa9b10dd /source3/client/smbmount.c | |
parent | 8d1b17f50e27aa124bcf6a23886e0781e4b2b6bb (diff) | |
download | samba-7461a457d1c83ecb54310f04d9672a2180f5fb87.tar.gz samba-7461a457d1c83ecb54310f04d9672a2180f5fb87.tar.xz samba-7461a457d1c83ecb54310f04d9672a2180f5fb87.zip |
r13486: Two more -- fix bug 3503
(This used to be commit 62b02a68438e0ff1119e68347b1ac3495572fa8a)
Diffstat (limited to 'source3/client/smbmount.c')
-rw-r--r-- | source3/client/smbmount.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index 21882ab2e9..7a3ccb7630 100644 --- a/source3/client/smbmount.c +++ b/source3/client/smbmount.c @@ -868,6 +868,8 @@ static void parse_mount_smb(int argc, char **argv) DEBUGLEVEL = 1; + load_case_tables(); + /* here we are interactive, even if run from autofs */ setup_logging("mount.smbfs",True); |