Unverified Commit 15dab9e1 by Jordan Webb Committed by Christian Brauner

Call lxc_config_define_load from lxc_execute again

parent 36f1986c
......@@ -150,6 +150,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