From: wessels <> Date: Fri, 21 Aug 1998 09:25:28 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~2825 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c76f5d34046df48994b5ceb349b7ad21ae9761e;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/asn.cc b/src/asn.cc index 947f9e3ed1..2cf54e3cc3 100644 --- a/src/asn.cc +++ b/src/asn.cc @@ -1,5 +1,5 @@ /* - * $Id: asn.cc,v 1.45 1998/07/22 20:36:59 wessels Exp $ + * $Id: asn.cc,v 1.46 1998/08/21 03:25:28 wessels Exp $ * * DEBUG: section 53 AS Number handling * AUTHOR: Duane Wessels, Kostas Anagnostakis @@ -181,7 +181,7 @@ asnCacheStart(int as) assert(NULL != req); asState->request = requestLink(req); if ((e = storeGet(k)) == NULL) { - e = storeCreateEntry(asres, asres, 0, METHOD_GET); + e = storeCreateEntry(asres, asres, null_request_flags, METHOD_GET); storeClientListAdd(e, asState); fwdStart(-1, e, asState->request, any_addr); } else {