From 134df64540c1238e14d6c36f9829fa8bcb10532b Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Mon, 19 Feb 2018 00:49:47 +0100 Subject: [PATCH] start: do_destroy_container() Signed-off-by: Christian Brauner --- src/lxc/start.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lxc/start.c b/src/lxc/start.c index 3df76ddf6..10dfbcb7e 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -2030,7 +2030,8 @@ static int lxc_rmdir_onedev_wrapper(void *data) return lxc_rmdir_onedev(arg, NULL); } -static bool do_destroy_container(struct lxc_handler *handler) { +static bool do_destroy_container(struct lxc_handler *handler) +{ int ret; if (!handler->am_root) { -- 2.39.5