• P
    virsh: Fix error resetting on fallback paths · 2751ab28
    Peter Krempa 提交于
    On some fallback paths in virsh, error reported by the previously failed
    API is cleared by virResetLastError() that doesn't free error stored by
    virsh. This patch changes this to clear it using vshResetLibvirtError().
    2751ab28
virsh-domain-monitor.c 50.4 KB