mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00: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[] = {
|
||||
VIRSH_COMMON_OPT_DOMAIN_FULL(0),
|
||||
VIRSH_COMMON_OPT_DOMAIN_FULL(VIR_CONNECT_LIST_DOMAINS_ACTIVE),
|
||||
{.name = NULL}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user