[libvirt] [PATCH 1/3] qemuagenttest: Fix checking of shutdown mode

2013-08-01 Thread Peter Krempa
Coverity complained about unused variable that contains the shutdown mode. The original intention was to check it against the requested mode. Also the fixed check reveald a mistake in the expected shutdown mode. Reported by John Ferlan. --- tests/qemuagenttest.c | 9 - 1 file changed, 8

Re: [libvirt] [PATCH 1/3] qemuagenttest: Fix checking of shutdown mode

2013-08-01 Thread John Ferlan
On 08/01/2013 10:39 AM, Peter Krempa wrote: Coverity complained about unused variable that contains the shutdown mode. The original intention was to check it against the requested mode. Also the fixed check reveald a mistake in the expected shutdown mode. Reported by John Ferlan. ---

Re: [libvirt] [PATCH 1/3] qemuagenttest: Fix checking of shutdown mode

2013-08-01 Thread Eric Blake
On 08/01/2013 08:39 AM, Peter Krempa wrote: Coverity complained about unused variable that contains the shutdown mode. The original intention was to check it against the requested mode. Also the fixed check reveald a mistake in the expected shutdown mode. s/reveald/revealed/ Reported by