diff --git a/plugins/sudoers/audit.c b/plugins/sudoers/audit.c index afe2061ba0..e8eba16db0 100644 --- a/plugins/sudoers/audit.c +++ b/plugins/sudoers/audit.c @@ -325,7 +325,7 @@ log_server_exit(int status_type, int status) } #else static bool -log_server_accept(struct sudoers_context *ctx, struct eventlog *evlog) +log_server_accept(const struct sudoers_context *ctx, struct eventlog *evlog) { return true; }