--- parser3/src/targets/apache13/Attic/mod_parser3.c 2003/08/19 14:16:28 1.2 +++ parser3/src/targets/apache13/Attic/mod_parser3.c 2003/08/19 14:28:29 1.3 @@ -5,7 +5,7 @@ Parser: apache 1.3 module, part, compile Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_MOD_PARSER3_C="$Date: 2003/08/19 14:16:28 $"; +static const char* IDENT_MOD_PARSER3_C="$Date: 2003/08/19 14:28:29 $"; #if _MSC_VER #include @@ -131,7 +131,7 @@ static int parser_handler(request_rec *a // config Parser_module_config *dcfg=our_dconfig(ar); - + return pa_parser_handler(&lr, dcfg); }