From: Christian Brauner Date: Tue, 8 Dec 2020 16:28:37 +0000 (+0100) Subject: confile: cleanup get_config_includefiles() X-Git-Tag: lxc-5.0.0~330^2~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=218c46ec2788aad6b783a43c6c9f3dd22f556453;p=thirdparty%2Flxc.git confile: cleanup get_config_includefiles() Signed-off-by: Christian Brauner --- diff --git a/src/lxc/confile.c b/src/lxc/confile.c index e5d0bdc37..dd9c6b948 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -5042,7 +5042,7 @@ static int clr_config_namespace_share(const char *key, static int get_config_includefiles(const char *key, char *retv, int inlen, struct lxc_conf *c, void *data) { - return -ENOSYS; + return ret_errno(ENOSYS); } static struct lxc_config_t *get_network_config_ops(const char *key,