confile: cleanup get_config_seccomp_notify_proxy()

parent 87cb27b1
...@@ -3860,7 +3860,7 @@ static int get_config_seccomp_notify_proxy(const char *key, char *retv, int inle ...@@ -3860,7 +3860,7 @@ static int get_config_seccomp_notify_proxy(const char *key, char *retv, int inle
? &c->seccomp.notifier.proxy_addr.sun_path[0] ? &c->seccomp.notifier.proxy_addr.sun_path[0]
: &c->seccomp.notifier.proxy_addr.sun_path[1]); : &c->seccomp.notifier.proxy_addr.sun_path[1]);
#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