From 9db5097ebca9eb918ffa919de3afc260a9aa6515 Mon Sep 17 00:00:00 2001 From: AZero13 Date: Tue, 16 Dec 2025 19:18:21 -0500 Subject: [PATCH] debug decl: sudo_krb5_setup says sudo_krb5_init --- plugins/sudoers/auth/kerb5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sudoers/auth/kerb5.c b/plugins/sudoers/auth/kerb5.c index daaf00e596..26d388431f 100644 --- a/plugins/sudoers/auth/kerb5.c +++ b/plugins/sudoers/auth/kerb5.c @@ -87,7 +87,7 @@ sudo_krb5_setup(const struct sudoers_context *ctx, struct passwd *pw, char **promptp, sudo_auth *auth) { static char *krb5_prompt; - debug_decl(sudo_krb5_init, SUDOERS_DEBUG_AUTH); + debug_decl(sudo_krb5_setup, SUDOERS_DEBUG_AUTH); /* Don't override the prompt if the user specified their own. */ if (strcmp(*promptp, PASSPROMPT) != 0) {