summaryrefslogtreecommitdiffstats
path: root/source/client
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-02-13 04:58:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:10:05 -0500
commit62b02a68438e0ff1119e68347b1ac3495572fa8a (patch)
tree79989ddaeea63b6b7fc715394785428dad92d7ef /source/client
parenta78d94f539e41ac384e09cd6e44cb611dd8e1570 (diff)
downloadsamba-62b02a68438e0ff1119e68347b1ac3495572fa8a.tar.gz
samba-62b02a68438e0ff1119e68347b1ac3495572fa8a.tar.xz
samba-62b02a68438e0ff1119e68347b1ac3495572fa8a.zip
r13486: Two more -- fix bug 3503
Diffstat (limited to 'source/client')
-rw-r--r--source/client/smbmount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/client/smbmount.c b/source/client/smbmount.c
index 21882ab2e96..7a3ccb7630d 100644
--- a/source/client/smbmount.c
+++ b/source/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);