lxccontainer: lxcapi_start()

parent 69d46442
......@@ -1065,12 +1065,15 @@ on_error:
return true;
}
static bool lxcapi_start(struct lxc_container *c, int useinit, char * const argv[])
static bool lxcapi_start(struct lxc_container *c, int useinit,
char *const argv[])
{
bool ret;
current_config = c ? c->lxc_conf : NULL;
ret = do_lxcapi_start(c, useinit, argv);
current_config = NULL;
return ret;
}
......
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