lxccontainer: do_lxcapi_state()

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