Unverified Commit 02909ddb by Jordan Webb Committed by Christian Brauner

Call lxc_config_define_load from lxc_execute again

parent dfeff55f
......@@ -153,6 +153,9 @@ int main(int argc, char *argv[])
}
}
if (lxc_config_define_load(&defines, c->lxc_conf))
exit(EXIT_FAILURE);
if (my_args.uid)
c->lxc_conf->init_uid = my_args.uid;
......
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