X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fpazpar2.c;h=3e8ebaf7de9345d4f81addd01fb6642ce9b8c74d;hb=6bb268489f976ebf432cf6b907715911aa4366a3;hp=51b7249bb46347eb2f5b76ba9b6fd6759059fd1b;hpb=1b5a08cbaa6e91ed68be8f991cbb0d8b187f5337;p=pazpar2-moved-to-github.git 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");