]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bugfix to the previous patch. (kinkie)
authorhno <>
Thu, 22 Mar 2001 06:56:36 +0000 (06:56 +0000)
committerhno <>
Thu, 22 Mar 2001 06:56:36 +0000 (06:56 +0000)
helpers/ntlm_auth/SMB/ntlm_auth.c

index 496ded9ef261c9ca8b6c72ae9fb2c369471d5769..1ea2c43c9760a8d41ae5c8ded4b4859b64326cd4 100644 (file)
@@ -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);
     }
 }