From f4c2e60ed0310152430fd4e7a2ad6d23f8e3267a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 31 Aug 2004 20:36:55 +0000 Subject: r2147: Fix utility name in error message (pre-emptivly merged to trunk ;-) Andrew Bartlett (This used to be commit 657bb14789bcec65668d072fec0f954d1e5322ef) --- source3/utils/ntlm_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/ntlm_auth.c') 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); } -- cgit