confile: cleanup get_config_seccomp_allow_nesting()

parent 5757f1ab
...@@ -3837,8 +3837,7 @@ static int get_config_seccomp_allow_nesting(const char *key, char *retv, ...@@ -3837,8 +3837,7 @@ static int get_config_seccomp_allow_nesting(const char *key, char *retv,
#ifdef HAVE_SECCOMP #ifdef HAVE_SECCOMP
return lxc_get_conf_int(c, retv, inlen, c->seccomp.allow_nesting); return lxc_get_conf_int(c, retv, inlen, c->seccomp.allow_nesting);
#else #else
errno = ENOSYS; return ret_errno(ENOSYS);
return -1;
#endif #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