From: Chen Hanxiao Date: Mon, 14 Oct 2013 06:22:17 +0000 (+0800) Subject: lxc: Fix an improper comment in lxc_process.c X-Git-Tag: CVE-2013-4401~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c9ccd1e0cb428adb061d21c27113c4b23dad01b;p=thirdparty%2Flibvirt.git lxc: Fix an improper comment in lxc_process.c Fix the improper comment for the "release" hook. Signed-off-by: Chen Hanxiao --- diff --git a/src/lxc/lxc_process.c b/src/lxc/lxc_process.c index d07ff13a03..7746c9b8a8 100644 --- a/src/lxc/lxc_process.c +++ b/src/lxc/lxc_process.c @@ -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);