mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
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…
x
Reference in New Issue
Block a user