On Mon, Mar 15, 2021 at 02:13:50PM +0100, Pavel Hrdina wrote:
When switching to g_autoptr this was incorrectly changed from
'continue;' into 'return -1;' resulting into an error when user tries
to set vcpu_quota of running VM:
error: An error occurred, but the cause is unknown
Fixes: e4a8bbfaf2b4cdd741bb441873bb730f9134b714
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
Reviewed-by: Erik Skultety <eskultet(a)redhat.com>