From: Christian Brauner Date: Tue, 8 Dec 2020 16:26:05 +0000 (+0100) Subject: confile: cleanup clr_config_seccomp_notify_proxy() X-Git-Tag: lxc-5.0.0~330^2~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaade76df13a4339fe7ce9dbe402c4fdb5e9f937;p=thirdparty%2Flxc.git confile: cleanup clr_config_seccomp_notify_proxy() Signed-off-by: Christian Brauner --- diff --git a/src/lxc/confile.c b/src/lxc/confile.c index 8bffa7e8a..ad02abc89 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -4828,7 +4828,7 @@ static inline int clr_config_seccomp_notify_proxy(const char *key, sizeof(c->seccomp.notifier.proxy_addr)); return 0; #else - return ret_set_errno(-1, ENOSYS); + return ret_errno(ENOSYS); #endif }