390f218 virsh: blockCopy: Add missing jump on error path

1 file Authored by Luyao Huang 9 years ago, Committed by Peter Krempa 9 years ago,
    virsh: blockCopy: Add missing jump on error path
    
    The overflow check for the bandwidth parameter did not jump to the
    cleanup label.
    
    Additionally virsh should use vshError instead of virReportError.
    
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1206987
    
    Signed-off-by: Luyao Huang <lhuang@redhat.com>
    
        
file modified
+2 -3