diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-08-31 20:36:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:33 -0500 |
commit | f4c2e60ed0310152430fd4e7a2ad6d23f8e3267a (patch) | |
tree | 3506cdea3fde27ee5283ac3de945a633b1aaa055 | |
parent | 0fc457be2fbb83edd10a688d220d74ede46cbe50 (diff) | |
download | samba-f4c2e60ed0310152430fd4e7a2ad6d23f8e3267a.tar.gz samba-f4c2e60ed0310152430fd4e7a2ad6d23f8e3267a.tar.bz2 samba-f4c2e60ed0310152430fd4e7a2ad6d23f8e3267a.zip |
r2147: Fix utility name in error message (pre-emptivly merged to trunk ;-)
Andrew Bartlett
(This used to be commit 657bb14789bcec65668d072fec0f954d1e5322ef)
-rw-r--r-- | source3/utils/ntlm_auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index 4d369630ab..609b480406 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/utils/ntlm_auth.c @@ -1765,7 +1765,7 @@ enum { /* Samba client initialisation */ if (!lp_load(dyn_CONFIGFILE, True, False, False)) { - d_fprintf(stderr, "wbinfo: error opening config file %s. Error was %s\n", + d_fprintf(stderr, "ntlm_auth: error opening config file %s. Error was %s\n", dyn_CONFIGFILE, strerror(errno)); exit(1); } |