mirror of
https://github.com/libvirt/libvirt.git
synced 2025-01-08 23:24:01 -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 hassave;
|
||||
|
||||
if (!vshConnectionUsability(ctl, ctl->conn))
|
||||
if (!vshConnectionUsability(ctl, ctl->conn, TRUE))
|
||||
return FALSE;
|
||||
|
||||
if (!(dom = vshCommandOptDomain(ctl, cmd, &name)))
|
||||
|
Loading…
Reference in New Issue
Block a user