]> git.ipfire.org Git - thirdparty/lxc.git/commit
Fix opening wrong file in suggest_default_idmap 1483/head
authorJohn Chen <johnchen902@gmail.com>
Wed, 22 Mar 2017 03:03:59 +0000 (11:03 +0800)
committerJohn Chen <johnchen902@gmail.com>
Wed, 22 Mar 2017 03:08:47 +0000 (11:08 +0800)
commit6be7389a70b6dd1ecbc39a73a5b54aa584f63de6
treed79a5f037ccb7c7464c8f2759d7b18eea00f705f
parentf73d368b72368a2cca9285ae2d453dd5ff081130
Fix opening wrong file in suggest_default_idmap

Fixing the typo making `suggest_default_idmap` open `subuidfile`
instead of `subgidfile` to read subgid information.

Signed-off-by: Pochang Chen <johnchen902@gmail.com>
src/lxc/conf.c