mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virsh: Only return active domain names for 'reset' command
Signed-off-by: Lin Ma <lma@suse.com>
This commit is contained in:
parent
7c07067c1d
commit
84d660607d
@ -5892,7 +5892,7 @@ static const vshCmdInfo info_reset[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const vshCmdOptDef opts_reset[] = {
|
static const vshCmdOptDef opts_reset[] = {
|
||||||
VIRSH_COMMON_OPT_DOMAIN_FULL(0),
|
VIRSH_COMMON_OPT_DOMAIN_FULL(VIR_CONNECT_LIST_DOMAINS_ACTIVE),
|
||||||
{.name = NULL}
|
{.name = NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user