Re: [libvirt] [PATCH v3] libvirt-domain.c: Convert to virErrorRestore/virErrorPreserveLast

2019-04-16 Thread Cole Robinson
On 4/16/19 2:51 PM, Syed Humaid wrote: > Replaced all virSaveLastError and virSetError/virFreeError usages to > virErrorPreserveLast and virErrorRestore respectively. > > Signed-off-by: Syed Humaid > --- > src/libvirt-domain.c | 24 +--- > 1 file changed, 9 insertions(+), 15

[libvirt] [PATCH v3] libvirt-domain.c: Convert to virErrorRestore/virErrorPreserveLast

2019-04-16 Thread Syed Humaid
Replaced all virSaveLastError and virSetError/virFreeError usages to virErrorPreserveLast and virErrorRestore respectively. Signed-off-by: Syed Humaid --- src/libvirt-domain.c | 24 +--- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/src/libvirt-domain.c b/src