Skip to content

Commit a305796

Browse files
AZero13millert
authored andcommitted
debug decl: sudo_krb5_setup says sudo_krb5_init
1 parent 50ffe6a commit a305796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/sudoers/auth/kerb5.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ sudo_krb5_setup(const struct sudoers_context *ctx, struct passwd *pw,
8787
char **promptp, sudo_auth *auth)
8888
{
8989
static char *krb5_prompt;
90-
debug_decl(sudo_krb5_init, SUDOERS_DEBUG_AUTH);
90+
debug_decl(sudo_krb5_setup, SUDOERS_DEBUG_AUTH);
9191

9292
/* Don't override the prompt if the user specified their own. */
9393
if (strcmp(*promptp, PASSPROMPT) != 0) {

0 commit comments

Comments
 (0)