From 218c46ec2788aad6b783a43c6c9f3dd22f556453 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Tue, 8 Dec 2020 17:28:37 +0100 Subject: [PATCH] confile: cleanup get_config_includefiles() Signed-off-by: Christian Brauner --- src/lxc/confile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2