From: wessels <> Date: Thu, 13 Nov 1997 04:04:31 +0000 (+0000) Subject: pass LMT = 0 instead of -1 X-Git-Tag: SQUID_3_0_PRE1~4549 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9daad6f04bf5f4b40b12699f6320aaab89bbad67;p=thirdparty%2Fsquid.git pass LMT = 0 instead of -1 --- diff --git a/src/client_side.cc b/src/client_side.cc index 7b977f174b..dbfc1eaa76 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -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,