Skip to content

Commit c0a7c35

Browse files
AZero13millert
authored andcommitted
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.
1 parent a305796 commit c0a7c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/sudoers/auth/securid5.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ sudo_securid_verify(const struct sudoers_context *ctx, struct passwd *pw,
157157
/* Have ACE verify password */
158158
switch (SD_Check(*sd, pass, pw->pw_name)) {
159159
case ACM_OK:
160-
ret = AUTH_SUCESS;
160+
ret = AUTH_SUCCESS;
161161
break;
162162

163163
case ACE_UNDEFINED_PASSCODE:

0 commit comments

Comments
 (0)