mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
Don't overwrite error when stream send fails
virStreamSend already sets an error message, so don't overwrite it * src/qemu/qemu_migration.c: Remove bogus error report
This commit is contained in:
parent
2bf92bb829
commit
5a6ca96a01
@ -1313,8 +1313,6 @@ static int doTunnelSendAll(virStreamPtr st,
|
||||
break;
|
||||
|
||||
if (virStreamSend(st, buffer, nbytes) < 0) {
|
||||
qemuReportError(VIR_ERR_OPERATION_FAILED, "%s",
|
||||
_("Failed to write migration data to remote libvirtd"));
|
||||
VIR_FREE(buffer);
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user