]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
hooks: fix typo
authorPaolo Smiraglia <paolo.smiraglia@gmail.com>
Fri, 28 May 2010 12:54:28 +0000 (06:54 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 28 May 2010 12:54:28 +0000 (06:54 -0600)
* src/util/hooks.c (virHookLxcOp): Use correct bound.

src/util/hooks.c

index dec922315da0cae09b55d52c2db0a44afea6202c..482480dbd194fd45b20771c52ce83db0d88638cf 100644 (file)
@@ -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")