]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
pass LMT = 0 instead of -1
authorwessels <>
Thu, 13 Nov 1997 04:04:31 +0000 (04:04 +0000)
committerwessels <>
Thu, 13 Nov 1997 04:04:31 +0000 (04:04 +0000)
src/client_side.cc

index 7b977f174bd434185d509e989842b2eae166c12c..dbfc1eaa7646bee2afbc0bdfa82166fa165f6315 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.145 1997/11/12 18:58:39 wessels Exp $
+ * $Id: client_side.cc,v 1.146 1997/11/12 21:04:31 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -148,7 +148,7 @@ clientConstructProxyAuthReply(clientHttpRequest * http)
        HTTP_PROXY_AUTHENTICATION_REQUIRED,
        "text/html",
        strlen(content),
-       -1,
+       0,
        squid_curtime);
     snprintf(buf, 8192, "%s%s\r\n%s",
        hdr,