confile: cleanup get_config_seccomp_notify_cookie()

parent 254b5bdd
......@@ -4121,7 +4121,7 @@ static int get_config_seccomp_notify_cookie(const char *key, char *retv, int inl
#ifdef HAVE_SECCOMP_NOTIFY
return lxc_get_conf_str(retv, inlen, c->seccomp.notifier.cookie);
#else
return ret_set_errno(-1, ENOSYS);
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