2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 18:08:23 +00:00

sudo_sia_begin_session: add missing struct sudoers_context * arg.

This commit is contained in:
Todd C. Miller 2023-10-31 10:26:57 -06:00
parent 747114f331
commit 3297ffa267

View File

@ -119,7 +119,8 @@ sudo_sia_cleanup(const struct sudoers_context *ctx, struct passwd *pw,
} }
int int
sudo_sia_begin_session(struct passwd *pw, char **user_envp[], sudo_auth *auth) sudo_sia_begin_session(const struct sudoers_context *ctx, struct passwd *pw,
char **user_envp[], sudo_auth *auth)
{ {
SIAENTITY *siah; SIAENTITY *siah;
int status = AUTH_ERROR; int status = AUTH_ERROR;