Commit d775f21b by Serge Hallyn

Revert "do_lxcap_stop: wait until container is stopped"

This breaks lxc-test-concurrent. This reverts commit fef9aa89.
parent fef9aa89
......@@ -852,10 +852,7 @@ static bool do_lxcapi_stop(struct lxc_container *c)
ret = lxc_cmd_stop(c->name, c->config_path);
if (ret == 0)
return do_lxcapi_wait(c, "STOPPED", 10);
return false;
return ret == 0;
}
WRAP_API(bool, lxcapi_stop)
......
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