From: hno <> Date: Wed, 30 Mar 2005 00:55:42 +0000 (+0000) Subject: Add missing ESIParser::Parser variable X-Git-Tag: SQUID_3_0_PRE4~820 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd2bdef331e83c2e008c0b359cf82693f5b00896;p=thirdparty%2Fsquid.git Add missing ESIParser::Parser variable --- diff --git a/src/ESIParser.cc b/src/ESIParser.cc index ed7c90bfce..cbb909513f 100644 --- a/src/ESIParser.cc +++ b/src/ESIParser.cc @@ -1,6 +1,6 @@ /* - * $Id: ESIParser.cc,v 1.6 2005/03/28 21:44:12 hno Exp $ + * $Id: ESIParser.cc,v 1.7 2005/03/29 17:55:42 hno Exp $ * * DEBUG: section 86 ESI processing * AUTHOR: Robert Collins @@ -38,6 +38,7 @@ char *ESIParser::Type = NULL; ESIParser::Register *ESIParser::Parsers = NULL; +ESIParser::Register *ESIParser::Parser = NULL; ESIParser::Pointer ESIParser::NewParser(ESIParserClient *aClient)