mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Fix typo
This commit is contained in:
parent
602a58e86a
commit
b3ade1c5f9
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user