mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
remote: remove leftover goto
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reported-by: John Ferlan <jferlan@redhat.com>
Fixes: 8487595bee
Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
4e66123f89
commit
4040d61731
@ -7636,7 +7636,6 @@ remoteDomainGetFSInfo(virDomainPtr dom,
|
||||
}
|
||||
|
||||
info_ret = g_new0(virDomainFSInfoPtr, ret.info.info_len);
|
||||
goto cleanup;
|
||||
|
||||
for (i = 0; i < ret.info.info_len; i++) {
|
||||
src = &ret.info.info_val[i];
|
||||
|
Loading…
Reference in New Issue
Block a user