summaryrefslogtreecommitdiffstats
path: root/source/client
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-05-09 08:15:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:16:55 -0500
commita0548914c21bb769c3e97b47c9bc521c595f579b (patch)
treee294216400fccf812ac4de3c7e537133aefa2866 /source/client
parentf06d94382fa0f501fb1da7e308012b91a9eadb44 (diff)
downloadsamba-a0548914c21bb769c3e97b47c9bc521c595f579b.tar.gz
samba-a0548914c21bb769c3e97b47c9bc521c595f579b.tar.xz
samba-a0548914c21bb769c3e97b47c9bc521c595f579b.zip
r15519: Fix segfault.
Guenther
Diffstat (limited to 'source/client')
-rw-r--r--source/client/smbctool.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/client/smbctool.c b/source/client/smbctool.c
index 6c89f5ea827..ba095aee84e 100644
--- a/source/client/smbctool.c
+++ b/source/client/smbctool.c
@@ -3649,7 +3649,9 @@ static int do_message_op(void)
if ( override_logfile )
setup_logging( lp_logfile(), False );
-
+
+ load_case_tables();
+
if (!lp_load(dyn_CONFIGFILE,True,False,False,True)) {
fprintf(stderr, "%s: Can't load %s - run testparm to debug it\n",
argv[0], dyn_CONFIGFILE);