mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
Fix virsh.c compilation warning
* tools/virsh.c: call to vshError() containing 'doexit' parameter sneaked in after said parameter was removed
This commit is contained in:
parent
309acaa023
commit
949dd07b19
@ -2518,7 +2518,7 @@ cmdMigrate (vshControl *ctl, const vshCmd *cmd)
|
||||
* a libvirt URI, or a hypervisor specific URI. */
|
||||
|
||||
if (migrateuri != NULL) {
|
||||
vshError(ctl, FALSE, "%s", _("migrate: Unexpected migrateuri for peer2peer/direct migration"));
|
||||
vshError(ctl, "%s", _("migrate: Unexpected migrateuri for peer2peer/direct migration"));
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user