Skip to content

Commit 3297ffa

Browse files
committed
sudo_sia_begin_session: add missing struct sudoers_context * arg.
1 parent 747114f commit 3297ffa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • plugins/sudoers/auth

plugins/sudoers/auth/sia.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ sudo_sia_cleanup(const struct sudoers_context *ctx, struct passwd *pw,
119119
}
120120

121121
int
122-
sudo_sia_begin_session(struct passwd *pw, char **user_envp[], sudo_auth *auth)
122+
sudo_sia_begin_session(const struct sudoers_context *ctx, struct passwd *pw,
123+
char **user_envp[], sudo_auth *auth)
123124
{
124125
SIAENTITY *siah;
125126
int status = AUTH_ERROR;

0 commit comments

Comments
 (0)