lxc: Fix an improper comment in lxc_process.c

Fix the improper comment for the "release" hook.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2013-10-14 14:22:17 +08:00 committed by Osier Yang
parent 3a49c34ace
commit 2c9ccd1e0c
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ static void virLXCProcessCleanup(virLXCDriverPtr driver,
virSystemdTerminateMachine(vm->def->name, "lxc", true);
/* now that we know it's stopped call the hook if present */
/* The "release" hook cleans up additional resources */
if (virHookPresent(VIR_HOOK_DRIVER_LXC)) {
char *xml = virDomainDefFormat(vm->def, 0);