Fix windows: crash in xmlDocFormatDump PAZ-1021
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 13 Aug 2015 11:57:38 +0000 (13:57 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 13 Aug 2015 11:57:38 +0000 (13:57 +0200)
commit4f540f411b3a09f282b75089a86ed9d86cc4846e
tree8600975bc70227828a1abbc11b2d5e7b98631266
parent4b259026074c2fb5931eac168a64e8df0be46e30
Fix windows: crash in xmlDocFormatDump PAZ-1021

Problem is the passed FILE*. We can not pass FILE pointers between
DLLs. So we just avoid dumping the XML config during start on Windows.
src/pazpar2_config.c