mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
3a49c34ace
commit
2c9ccd1e0c
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue