
1 Feb
2016
1 Feb
'16
1:48 p.m.
On Wed, Jan 27, 2016 at 13:24:52 +1100, Michael Chapman wrote:
When waiting for a block job, the various statuses (COMPLETED, READY, CANCELED, etc.) should all be treated consistently by having the loop be exited with "break". Use "goto cleanup" for the error cases only, when no block job status is available.
Signed-off-by: Michael Chapman <mike@very.puzzling.org> --- tools/virsh-domain.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
ACK