]> git.ipfire.org Git - thirdparty/lxc.git/commit
confile: make lxc_get_config() and lxc_get_config_net() always return non-NULL
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 7 Apr 2021 14:51:31 +0000 (16:51 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 13 Apr 2021 12:35:29 +0000 (14:35 +0200)
commit674791ed75c53fb18c5823c5807876bde4865616
treecd50acfd693fb44211274aa63c6983ac994f8ecc
parent9c75153c5c2b2c38a7461a2b35267f68e4471c4c
confile: make lxc_get_config() and lxc_get_config_net() always return non-NULL

Introduce the concept of an unsupported config item.

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