From d13285a9af16c46f9d90b9e68b6433736b3bb91f Mon Sep 17 00:00:00 2001 From: hno <> Date: Thu, 22 Mar 2001 06:56:36 +0000 Subject: [PATCH] Bugfix to the previous patch. (kinkie) --- helpers/ntlm_auth/SMB/ntlm_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/ntlm_auth/SMB/ntlm_auth.c b/helpers/ntlm_auth/SMB/ntlm_auth.c index 496ded9ef2..1ea2c43c97 100644 --- a/helpers/ntlm_auth/SMB/ntlm_auth.c +++ b/helpers/ntlm_auth/SMB/ntlm_auth.c @@ -110,7 +110,7 @@ send_bh_or_ld(char *bhmessage, ntlm_authenticate * failedauth, int authlen) SEND("NA last-ditch on, but no credentials"); } } else { - SEND2("NA %s", bhmessage); + SEND2("BH %s", bhmessage); } } -- 2.47.2