summaryrefslogtreecommitdiffstats
path: root/source/client
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-05-12 23:05:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:16:58 -0500
commitff93fc7c1e22c035f6f1405d263702bbb9d61575 (patch)
tree0e23b6c937a8301ef2223ba974925ee93e08628e /source/client
parent4f3a1c2c58a4087f3a2f72f471cbaf2bad5addfe (diff)
downloadsamba-ff93fc7c1e22c035f6f1405d263702bbb9d61575.tar.gz
samba-ff93fc7c1e22c035f6f1405d263702bbb9d61575.tar.xz
samba-ff93fc7c1e22c035f6f1405d263702bbb9d61575.zip
r15552: Fix segfault...
Guenther
Diffstat (limited to 'source/client')
-rw-r--r--source/client/smbspool.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/client/smbspool.c b/source/client/smbspool.c
index 20ce06a8daf..e5cd4f2e8e6 100644
--- a/source/client/smbspool.c
+++ b/source/client/smbspool.c
@@ -213,6 +213,8 @@ static int smb_print(struct cli_state *, char *, FILE *);
in_client = True; /* Make sure that we tell lp_load we are */
+ load_case_tables();
+
if (!lp_load(dyn_CONFIGFILE, True, False, False, True))
{
fprintf(stderr, "ERROR: Can't load %s - run testparm to debug it\n", dyn_CONFIGFILE);