
3 May
2016
3 May
'16
7:10 a.m.
On Tue, May 03, 2016 at 11:53:20 +0200, Michal Privoznik wrote:
In these functions I'm fixing here, we do call qemuMonitorJSONCheckError() followed by another check if qemu reply contains 'return' object. If it wouldn't, the former CheckError() function would error out and the flow would not even get to the latter.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/qemu/qemu_monitor_json.c | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-)
ACK