mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix a compile error in the previous commit.
Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
parent
d222626af4
commit
bfe2bef106
@ -1454,7 +1454,7 @@ cmdManagedSaveRemove(vshControl *ctl, const vshCmd *cmd)
|
|||||||
int ret = FALSE;
|
int ret = FALSE;
|
||||||
int hassave;
|
int hassave;
|
||||||
|
|
||||||
if (!vshConnectionUsability(ctl, ctl->conn))
|
if (!vshConnectionUsability(ctl, ctl->conn, TRUE))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
if (!(dom = vshCommandOptDomain(ctl, cmd, &name)))
|
if (!(dom = vshCommandOptDomain(ctl, cmd, &name)))
|
||||||
|
Loading…
Reference in New Issue
Block a user