mirror of https://gitee.com/openkylin/libvirt.git
hooks: fix typo
* src/util/hooks.c (virHookLxcOp): Use correct bound.
This commit is contained in:
parent
6456eef8b5
commit
55945841bc
|
@ -71,7 +71,7 @@ VIR_ENUM_IMPL(virHookQemuOp, VIR_HOOK_QEMU_OP_LAST,
|
|||
"start",
|
||||
"stopped")
|
||||
|
||||
VIR_ENUM_IMPL(virHookLxcOp, VIR_HOOK_QEMU_OP_LAST,
|
||||
VIR_ENUM_IMPL(virHookLxcOp, VIR_HOOK_LXC_OP_LAST,
|
||||
"start",
|
||||
"stopped")
|
||||
|
||||
|
|
Loading…
Reference in New Issue