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