start: do_destroy_container()

parent a3c089a7
......@@ -1954,7 +1954,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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment