]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #1447: Some clients support NTLM even if not initially negotiating persistent...
authorserassio <>
Sun, 26 Feb 2006 22:08:32 +0000 (22:08 +0000)
committerserassio <>
Sun, 26 Feb 2006 22:08:32 +0000 (22:08 +0000)
Forward port of 2.5 patch.

src/auth/ntlm/auth_ntlm.cc

index e39895cd1f848772f8570a3d5f09e7183e8c125f..5dd45232e13c46ba4020d7cad59898bf821478ab 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: auth_ntlm.cc,v 1.54 2005/11/06 22:50:25 hno Exp $
+ * $Id: auth_ntlm.cc,v 1.55 2006/02/26 15:08:32 serassio Exp $
  *
  * DEBUG: section 29    NTLM Authenticator
  * AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli
@@ -275,9 +275,6 @@ AuthNTLMConfig::fixHeader(auth_user_request_t *auth_user_request, HttpReply *rep
 {
     AuthNTLMUserRequest *ntlm_request;
 
-    if (!request->flags.proxy_keepalive)
-        return;
-
     if (!authenticate)
         return;