confile: cleanup get_config_seccomp_allow_nesting()

parent 5a848c4b
......@@ -4111,8 +4111,7 @@ static int get_config_seccomp_allow_nesting(const char *key, char *retv,
#ifdef HAVE_SECCOMP
return lxc_get_conf_int(c, retv, inlen, c->seccomp.allow_nesting);
#else
errno = ENOSYS;
return -1;
return ret_errno(ENOSYS);
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment