提交 bfe2bef1 编写于 作者: C Chris Lalancette

Fix a compile error in the previous commit.

Signed-off-by: NChris Lalancette <clalance@redhat.com>
上级 d222626a
......@@ -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)))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册