
22 Oct
2019
22 Oct
'19
2:33 p.m.
On Tue, Oct 22, 2019 at 03:59:53PM +0200, Ján Tomko wrote:
The qemu_domain_monitor_event_msg struct in qemu_protocol.x defines event as a nonnull_string and qemuMonitorJSONIOProcessEvent also errors out on a non-NULL event.
Drop the check to fix the build with static analysis.
Signed-off-by: Ján Tomko <jtomko@redhat.com> --- Reviewed-by: Erik Skultety <eskultet@redhat.com>