summaryrefslogtreecommitdiff
path: root/xml/apr_xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'xml/apr_xml.c')
-rw-r--r--xml/apr_xml.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xml/apr_xml.c b/xml/apr_xml.c
index ec3bea74..2685a9a5 100644
--- a/xml/apr_xml.c
+++ b/xml/apr_xml.c
@@ -457,8 +457,7 @@ APU_DECLARE(apr_status_t) apr_xml_parser_feed(apr_xml_parser *parser,
APU_DECLARE(apr_status_t) apr_xml_parser_done(apr_xml_parser *parser,
apr_xml_doc **pdoc)
{
- char end;
- apr_status_t status = do_parse(parser, &end, 0, 1 /* is_final */);
+ apr_status_t status = do_parse(parser, "", 0, 1 /* is_final */);
/* get rid of the parser */
(void) apr_pool_cleanup_run(parser->p, parser, cleanup_parser);