diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/client/smbctool.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/client/smbctool.c b/source3/client/smbctool.c index 6c89f5ea82..ba095aee84 100644 --- a/source3/client/smbctool.c +++ b/source3/client/smbctool.c @@ -3649,7 +3649,9 @@ static int do_message_op(void) if ( override_logfile ) setup_logging( lp_logfile(), False ); - + + load_case_tables(); + if (!lp_load(dyn_CONFIGFILE,True,False,False,True)) { fprintf(stderr, "%s: Can't load %s - run testparm to debug it\n", argv[0], dyn_CONFIGFILE); |