lxccontainer: do_lxcapi_unfreeze()

parent 5df46fad
...@@ -514,7 +514,7 @@ static bool do_lxcapi_unfreeze(struct lxc_container *c) ...@@ -514,7 +514,7 @@ static bool do_lxcapi_unfreeze(struct lxc_container *c)
return false; return false;
ret = lxc_unfreeze(c->name, c->config_path); ret = lxc_unfreeze(c->name, c->config_path);
if (ret) if (ret < 0)
return false; return false;
return true; return true;
......
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