lxccontainer: do_lxcapi_state()

parent 9c3a0ce6
......@@ -454,6 +454,7 @@ static const char *do_lxcapi_state(struct lxc_container *c)
if (!c)
return NULL;
s = lxc_getstate(c->name, c->config_path);
return lxc_state2str(s);
}
......
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