confile: cleanup get_config_seccomp_notify_cookie()

parent ad036a7a
...@@ -3847,7 +3847,7 @@ static int get_config_seccomp_notify_cookie(const char *key, char *retv, int inl ...@@ -3847,7 +3847,7 @@ static int get_config_seccomp_notify_cookie(const char *key, char *retv, int inl
#ifdef HAVE_SECCOMP_NOTIFY #ifdef HAVE_SECCOMP_NOTIFY
return lxc_get_conf_str(retv, inlen, c->seccomp.notifier.cookie); return lxc_get_conf_str(retv, inlen, c->seccomp.notifier.cookie);
#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