]> git.ipfire.org Git - thirdparty/lxc.git/commit
conf: fix suggest_default_idmap() 1374/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 3 Jan 2017 10:08:25 +0000 (11:08 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 3 Jan 2017 10:08:25 +0000 (11:08 +0100)
commitb7930180d1a0fda928ed416b6312c5b59a525567
treeae05d71e8ad523fc3c4c4b505abec66cfc7f2250
parent64fa248372c90c9d98fc9d67f80327d865c11a48
conf: fix suggest_default_idmap()

We need to remove the newline otherwise lxc_safe_uint() will fail as it detects
an invalid (non-numeric) char in the string.

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