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 | |
parent | 8d1b17f50e27aa124bcf6a23886e0781e4b2b6bb (diff) | |
download | samba-7461a457d1c83ecb54310f04d9672a2180f5fb87.tar.gz samba-7461a457d1c83ecb54310f04d9672a2180f5fb87.tar.bz2 samba-7461a457d1c83ecb54310f04d9672a2180f5fb87.zip |
r13486: Two more -- fix bug 3503
(This used to be commit 62b02a68438e0ff1119e68347b1ac3495572fa8a)
-rw-r--r-- | source3/client/smbmount.c | 2 | ||||
-rw-r--r-- | source3/utils/profiles.c | 2 |
2 files changed, 4 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); diff --git a/source3/utils/profiles.c b/source3/utils/profiles.c index 05971b0d2e..9629dffaea 100644 --- a/source3/utils/profiles.c +++ b/source3/utils/profiles.c @@ -145,6 +145,8 @@ int main( int argc, char *argv[] ) }; poptContext pc; + load_case_tables(); + /* setup logging options */ setup_logging( "profiles", True ); |