]> git.proxmox.com Git - mirror_lxc.git/commit
start: don't call lxc_map_ids() without id map
authorChristian Brauner <christian.brauner@ubuntu.com>
Sat, 13 May 2017 15:16:25 +0000 (17:16 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sat, 13 May 2017 15:16:25 +0000 (17:16 +0200)
commit57927bf2550feccadba2127a193023e7c54d9ca4
tree5ccd765019397ddf532e6ac80ae946967ab1dae2
parentbd3dfa33e2e5b65b155cb2c6df030098a8fa73f6
start: don't call lxc_map_ids() without id map

So far, we somehow always called lxc_map_ids(), even when no id map was
configured. Let's not do this.

Closes #1555.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/start.c