Author: abartlet
Date: 2004-08-31 20:17:15 +0000 (Tue, 31 Aug 2004)
New Revision: 2139

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

Log:
Merge from 3.0 -> trunk

Fix name of utility in error message.

Andrew Bartlett

Modified:
   trunk/source/utils/ntlm_auth.c


Changeset:
Modified: trunk/source/utils/ntlm_auth.c
===================================================================
--- trunk/source/utils/ntlm_auth.c      2004-08-31 20:16:31 UTC (rev 2138)
+++ trunk/source/utils/ntlm_auth.c      2004-08-31 20:17:15 UTC (rev 2139)
@@ -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