Rename submit_time -> event_time in struct eventlog.

This commit is contained in:
Todd C. Miller
2023-11-23 09:08:04 -05:00
parent 0e53d5fddf
commit b9275b7eab
13 changed files with 29 additions and 29 deletions

View File

@@ -447,7 +447,7 @@ sudoers_audit_error(const char *plugin_name, unsigned int plugin_type,
}
audit_to_eventlog(ctx, &evlog, command_info, ctx->runas.argv, NULL, NULL);
if (!eventlog_alert(&evlog, 0, &evlog.submit_time, message, NULL))
if (!eventlog_alert(&evlog, 0, &evlog.event_time, message, NULL))
ret = false;
if (!log_server_alert(ctx, &evlog, message, NULL))