Rename AUTH_FATAL -> AUTH_ERROR.

This commit is contained in:
Todd C. Miller
2023-08-26 10:45:29 -06:00
parent cf00568d88
commit c858acc481
13 changed files with 53 additions and 53 deletions

View File

@@ -68,7 +68,7 @@ sudo_secureware_init(const struct sudoers_context *ctx, struct passwd *pw,
sudo_setspent();
auth->data = sudo_getepw(pw);
sudo_endspent();
debug_return_int(auth->data ? AUTH_SUCCESS : AUTH_FATAL);
debug_return_int(auth->data ? AUTH_SUCCESS : AUTH_ERROR);
}
int