diff options
Diffstat (limited to 'source/utils/ntlm_auth.c')
-rw-r--r-- | source/utils/ntlm_auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/utils/ntlm_auth.c b/source/utils/ntlm_auth.c index 9312503d33d..7e2771c9003 100644 --- a/source/utils/ntlm_auth.c +++ b/source/utils/ntlm_auth.c @@ -2243,9 +2243,9 @@ enum { /* Samba client initialisation */ - if (!lp_load(dyn_CONFIGFILE, True, False, False, True)) { + if (!lp_load(get_dyn_CONFIGFILE(), True, False, False, True)) { d_fprintf(stderr, "ntlm_auth: error opening config file %s. Error was %s\n", - dyn_CONFIGFILE, strerror(errno)); + get_dyn_CONFIGFILE(), strerror(errno)); exit(1); } |