2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 18:08:23 +00:00
This commit is contained in:
Todd C. Miller 2024-03-08 13:58:36 -07:00
parent 602a58e86a
commit b3ade1c5f9

View File

@ -512,7 +512,7 @@ log_auth_failure(const struct sudoers_context *ctx, unsigned int status,
if (ISSET(ctx->mode, MODE_LIST|MODE_VALIDATE)) if (ISSET(ctx->mode, MODE_LIST|MODE_VALIDATE))
logit = false; logit = false;
} else if (!ISSET(status, FLAG_BAD_PASSWORD)) { } else if (!ISSET(status, FLAG_BAD_PASSWORD)) {
/* Autheticated OK, sudoers denials are logged separately. */ /* Authenticated OK, sudoers denials are logged separately. */
logit = false; logit = false;
} }