r15552: Fix segfault...
authorGünther Deschner <gd@samba.org>
Fri, 12 May 2006 23:05:01 +0000 (23:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:16:58 +0000 (11:16 -0500)
Guenther
(This used to be commit ff93fc7c1e22c035f6f1405d263702bbb9d61575)

source3/client/smbspool.c

index 20ce06a8daf902a245926d5762b10f97ab5446b6..e5cd4f2e8e6573c5eaa0a8087102f218aa83c82d 100644 (file)
@@ -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);