lxccontainer: do_lxcapi_freeze()

parent 9e630418
......@@ -498,7 +498,7 @@ static bool do_lxcapi_freeze(struct lxc_container *c)
return false;
ret = lxc_freeze(c->name, c->config_path);
if (ret)
if (ret < 0)
return false;
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