]> git.proxmox.com Git - mirror_lxc.git/commitdiff
start: do_destroy_container()
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 18 Feb 2018 23:49:47 +0000 (00:49 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sun, 18 Feb 2018 23:49:47 +0000 (00:49 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/start.c

index 3df76ddf6496cd2ee426d835f5c0b100909d4bbc..10dfbcb7ee4b3a616f0d612ffbebcb498ae4a66a 100644 (file)
@@ -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) {