]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Don't attempt to call apr_xml_parser_done() twice -- just exit when we have
authorGreg Stein <gstein@apache.org>
Sat, 6 Oct 2001 17:02:59 +0000 (17:02 +0000)
committerGreg Stein <gstein@apache.org>
Sat, 6 Oct 2001 17:02:59 +0000 (17:02 +0000)
commitc8d19a10ac6f2c8ccf8254507974b37b3f582c52
tree02e0b7faba45369322f68307a9de8a464b148714
parent3a5f40f85ba0d35013a1f8359e1c1daac13398d7
Don't attempt to call apr_xml_parser_done() twice -- just exit when we have
a problem terminating the parser. _geterror() cannot be called either.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91333 13f79535-47bb-0310-9956-ffa450edef68
server/util_xml.c