Skip to content

Commit

Permalink
confile: cleanup clr_config_seccomp_notify_proxy()
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Dec 8, 2020
1 parent 46bc157 commit eaade76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/confile.c
Expand Up @@ -4828,7 +4828,7 @@ static inline int clr_config_seccomp_notify_proxy(const char *key,
sizeof(c->seccomp.notifier.proxy_addr));
return 0;
#else
return ret_set_errno(-1, ENOSYS);
return ret_errno(ENOSYS);
#endif
}

Expand Down

0 comments on commit eaade76

Please sign in to comment.