[libxml2] Missing initialization for the catalog module



commit 054c716ea1bf001544127a4ab4f4346d1b9947e7
Author: Daniel Veillard <veillard redhat com>
Date:   Sun Jan 26 15:02:25 2014 +0100

    Missing initialization for the catalog module

 parser.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/parser.c b/parser.c
index 87d4794..d61c216 100644
--- a/parser.c
+++ b/parser.c
@@ -14724,6 +14724,9 @@ xmlInitParser(void) {
 #ifdef LIBXML_XPATH_ENABLED
        xmlXPathInit();
 #endif
+#ifdef LIBXML_CATALOG_ENABLED
+        xmlInitializeCatalog();
+#endif
        xmlParserInitialized = 1;
 #ifdef LIBXML_THREAD_ENABLED
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]