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:
parent
747114f331
commit
3297ffa267
@ -119,7 +119,8 @@ sudo_sia_cleanup(const struct sudoers_context *ctx, struct passwd *pw,
|
||||
}
|
||||
|
||||
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;
|
||||
int status = AUTH_ERROR;
|
||||
|
Loading…
x
Reference in New Issue
Block a user