Author: abartlet
Date: 2004-08-31 20:36:55 +0000 (Tue, 31 Aug 2004)
New Revision: 2147

WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source/utils&rev=2147&nolog=1

Log:
Fix utility name in error message (pre-emptivly merged to trunk ;-)

Andrew Bartlett

Modified:
   branches/SAMBA_3_0/source/utils/ntlm_auth.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/ntlm_auth.c
===================================================================
--- branches/SAMBA_3_0/source/utils/ntlm_auth.c 2004-08-31 20:33:03 UTC (rev 2146)
+++ branches/SAMBA_3_0/source/utils/ntlm_auth.c 2004-08-31 20:36:55 UTC (rev 2147)
@@ -1765,7 +1765,7 @@
        /* 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);
        }

Reply via email to