From 0d01c00f0740da97bb328e8390c2b8fc6ce3166d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 2 Apr 2003 13:49:51 +0000 Subject: error_string, not error_message... (This used to be commit ce197eae8d254114a295142b522cc028c375ae88) --- source3/utils/ntlm_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index 243700cedd..82e6127d55 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/utils/ntlm_auth.c @@ -221,7 +221,7 @@ static NTSTATUS contact_winbind_auth_crap(const char *username, if ((result != NSS_STATUS_SUCCESS) && (response.data.auth.nt_status == 0)) { nt_status = NT_STATUS_UNSUCCESSFUL; - if (error_message) + if (error_string) *error_string = smb_xstrdup("Reading winbind reply failed!"); return nt_status; } -- cgit