From ff93fc7c1e22c035f6f1405d263702bbb9d61575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Fri, 12 May 2006 23:05:01 +0000 Subject: [PATCH] r15552: Fix segfault... Guenther --- source/client/smbspool.c | 2 ++ 1 file changed, 2 insertions(+) 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);