From: Adam Dickmeiss Date: Tue, 9 Sep 2014 09:08:05 +0000 (+0200) Subject: Initialize Libxml2 - for threaded operation PAZ-961 X-Git-Tag: v1.7.5~6 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=3edc95f77dd9057ce4c08f255942fa0525835aaa Initialize Libxml2 - for threaded operation PAZ-961 --- diff --git a/src/pazpar2.c b/src/pazpar2.c index 51b7249..3e8ebaf 100644 --- a/src/pazpar2.c +++ b/src/pazpar2.c @@ -108,6 +108,9 @@ static int sc_main( struct conf_config *config = 0; int test_mode = 0; + xmlInitParser(); + LIBXML_TEST_VERSION + #ifndef WIN32 if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) yaz_log(YLOG_WARN|YLOG_ERRNO, "signal");