Fix Libxml2 error handling under Windows.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 28 Jul 2008 07:23:03 +0000 (09:23 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 28 Jul 2008 07:23:03 +0000 (09:23 +0200)
commitdfe360ef9c3b9ae84a2812bed499c1ac1b84b16d
tree528d2eca1720c4ad091d46896e5f888e52d21ad2
parent8e9d2cec97def1cd8b89b1fe427f1a232661ec6f
Fix Libxml2 error handling under Windows.

The call to yaz_log_xml_errors have been moved to new_session which
is when a worker thread is active. Using xmlSetGenericError func and
friends fails if set in mother thread.
src/statserv.c