Commit 1eb49e0e by Serge Hallyn Committed by Stéphane Graber

Revert "do_lxcap_stop: wait until container is stopped"

This breaks lxc-test-concurrent. This reverts commit fef9aa89.
parent e5f8af71
......@@ -735,10 +735,7 @@ static bool 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;
}
static int do_create_container_dir(const char *path, struct lxc_conf *conf)
......
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