Skip to content

Commit

Permalink
Fix log_server_accept() definition for --disable-log-client builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
millert committed Aug 21, 2023
1 parent e933fc7 commit 9f05bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sudoers/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9f05bfd

Please sign in to comment.