Skip to content

Commit

Permalink
Call lxc_config_define_load from lxc_execute again
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Webb <jordemort@github.com>
  • Loading branch information
Jordan Webb committed Oct 27, 2017
1 parent 546d446 commit 47d556f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lxc/tools/lxc_execute.c
Expand Up @@ -168,6 +168,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;

Expand Down

0 comments on commit 47d556f

Please sign in to comment.