diff options
-rw-r--r-- | source3/client/smbspool.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index 20ce06a8da..e5cd4f2e8e 100644 --- a/source3/client/smbspool.c +++ b/source3/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); |