From b3a524c452ee56158f22155a68ee7de1d1da844f Mon Sep 17 00:00:00 2001 From: AZero13 Date: Tue, 16 Dec 2025 19:05:16 -0500 Subject: [PATCH] Typo: AUTH_SUCESS -> AUTH_SUCCESS Though I have no idea how this compiled before, or if this still does, or if it hasn't for a while if this is dead code then. --- plugins/sudoers/auth/securid5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sudoers/auth/securid5.c b/plugins/sudoers/auth/securid5.c index d430cbe76f..f51599b389 100644 --- a/plugins/sudoers/auth/securid5.c +++ b/plugins/sudoers/auth/securid5.c @@ -157,7 +157,7 @@ sudo_securid_verify(const struct sudoers_context *ctx, struct passwd *pw, /* Have ACE verify password */ switch (SD_Check(*sd, pass, pw->pw_name)) { case ACM_OK: - ret = AUTH_SUCESS; + ret = AUTH_SUCCESS; break; case ACE_UNDEFINED_PASSCODE: