From: hno <> Date: Thu, 22 Mar 2001 06:56:36 +0000 (+0000) Subject: Bugfix to the previous patch. (kinkie) X-Git-Tag: SQUID_3_0_PRE1~1563 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d13285a9af16c46f9d90b9e68b6433736b3bb91f;p=thirdparty%2Fsquid.git Bugfix to the previous patch. (kinkie) --- 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); } }