From: Paolo Smiraglia Date: Fri, 28 May 2010 12:54:28 +0000 (-0600) Subject: hooks: fix typo X-Git-Tag: v0.8.2~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55945841bce148150c92535e2d46b4d7ddf82beb;p=thirdparty%2Flibvirt.git hooks: fix typo * src/util/hooks.c (virHookLxcOp): Use correct bound. --- diff --git a/src/util/hooks.c b/src/util/hooks.c index dec922315d..482480dbd1 100644 --- a/src/util/hooks.c +++ b/src/util/hooks.c @@ -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")