
30 Apr
2019
30 Apr
'19
3:04 p.m.
On Tue, Apr 30, 2019 at 16:51:12 +0200, Michal Privoznik wrote:
This function is calling public API virNetworkLookupByName() which resets the error. Therefore, if virDomainNetReleaseActualDevice() is used in cleanup path it actually resets the original error that got us jump into 'cleanup' label.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> ---
ACK and safe for freeze.