Re: [PATCH 1/1] qemu_driver.c: do not redefine 'event' in qemuDomainDefineXMLFlags()

2020-11-13 Thread John Ferlan
On 11/13/20 12:57 PM, Daniel Henrique Barboza wrote: > A bad merge while rebasing 74b2834333a caused the @event variable > to be defined twice, inside the 'cleanup' label, causing coverity > errors. > > This code was originally moved outside of the label by commit > 773c7c43611a. Delete the uni

[PATCH 1/1] qemu_driver.c: do not redefine 'event' in qemuDomainDefineXMLFlags()

2020-11-13 Thread Daniel Henrique Barboza
A bad merge while rebasing 74b2834333a caused the @event variable to be defined twice, inside the 'cleanup' label, causing coverity errors. This code was originally moved outside of the label by commit 773c7c43611a. Delete the unintended code in the 'cleanup' label. Fixes: 74b2834333ab3bf500f870e