confile: cleanup clr_config_seccomp_notify_proxy()

parent 46bc1573
...@@ -4828,7 +4828,7 @@ static inline int clr_config_seccomp_notify_proxy(const char *key, ...@@ -4828,7 +4828,7 @@ static inline int clr_config_seccomp_notify_proxy(const char *key,
sizeof(c->seccomp.notifier.proxy_addr)); sizeof(c->seccomp.notifier.proxy_addr));
return 0; return 0;
#else #else
return ret_set_errno(-1, ENOSYS); return ret_errno(ENOSYS);
#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