Skip to content

Commit

Permalink
lxccontainer: do_lxcapi_unfreeze()
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Apr 29, 2018
1 parent 5df46fa commit e898947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/lxccontainer.c
Expand Up @@ -514,7 +514,7 @@ static bool do_lxcapi_unfreeze(struct lxc_container *c)
return false;

ret = lxc_unfreeze(c->name, c->config_path);
if (ret)
if (ret < 0)
return false;

return true;
Expand Down

0 comments on commit e898947

Please sign in to comment.