confile: cleanup clr_config_seccomp_allow_nesting()

parent e68dfc25
...@@ -4805,8 +4805,7 @@ static inline int clr_config_seccomp_allow_nesting(const char *key, ...@@ -4805,8 +4805,7 @@ static inline int clr_config_seccomp_allow_nesting(const char *key,
c->seccomp.allow_nesting = 0; c->seccomp.allow_nesting = 0;
return 0; return 0;
#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