Re: [libvirt] [PATCH] remote: daemon: Make sure that JSON symbols are properly loaded at startup

2018-08-06 Thread Daniel P . Berrangé
On Wed, Aug 01, 2018 at 12:53:24PM +0200, Peter Krempa wrote: > 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

[libvirt] [PATCH] remote: daemon: Make sure that JSON symbols are properly loaded at startup

2018-08-05 Thread Peter Krempa
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 ---