]> xenbits.xensource.com Git - libvirt.git/commit
remote: daemon: Make sure that JSON symbols are properly loaded at startup
authorPeter Krempa <pkrempa@redhat.com>
Wed, 1 Aug 2018 10:51:10 +0000 (12:51 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 1 Aug 2018 12:32:40 +0000 (14:32 +0200)
commit3251fc9c9b9639c3fec3181530599415523d671a
treebaf0578131d5bd52504381bcc3aef11a1366cc6d
parent9e44c2db8ad94d3c20acc1d081538c280af198b4
remote: daemon: Make sure that JSON symbols are properly loaded at startup

Explicitly call virJSONInitialize at startup of the libvirt daemon so
that we are sure that the symbols in the compat library are properly
loaded. This will prevent any random failure from happening later on
when the daemon would want to use the JSON parser.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/libvirt_private.syms
src/remote/remote_daemon.c