
27 Jul
2012
27 Jul
'12
10:21 a.m.
On 07/26/2012 02:48 PM, Peter Krempa wrote:
On some fallback paths in virsh, error reported by the previously failed API is cleared by virResetLastError() that doesn'd free error stored by
s/doesn'd/doesn't/
virsh. This patch changes this to clear it using vshResetLibvirtError().
ACK, Martin