diff options
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/smbspool.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index e16086dd67..0be8d51878 100644 --- a/source3/client/smbspool.c +++ b/source3/client/smbspool.c @@ -245,11 +245,9 @@ main(int argc, /* I - Number of command-line arguments */ setup_logging("smbspool", DEBUG_STDOUT); - lp_set_in_client(True); /* Make sure that we tell lp_load we are */ - load_case_tables(); - if (!lp_load(get_dyn_CONFIGFILE(), True, False, False, True)) { + if (!lp_load_client(get_dyn_CONFIGFILE())) { fprintf(stderr, "ERROR: Can't load %s - run testparm to debug it\n", get_dyn_CONFIGFILE()); goto done; } |