]> git.ipfire.org Git - thirdparty/lxc.git/commit
confile: allow including nonexisting directories 3896/head
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 5 Jul 2021 08:53:41 +0000 (10:53 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 5 Jul 2021 08:53:41 +0000 (10:53 +0200)
commitdc73e0f0cb1860203ab54f3db87ba480a249b54e
treef778b6619d61f35031c7126bb44a58aec264bd50
parent9508fc2727251995e3a77815359925a8bdd574b6
confile: allow including nonexisting directories

If an include directive ends with a trailing slash, we now
always assume it is a directory and do not treat the
non-existence as an error.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/lxc/confile.c