mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-08-24 09:49:59 +03:00
virsh: Only return active domain names for 'reset' command
Signed-off-by: Lin Ma <lma@suse.com>
This commit is contained in:
@ -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}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user