1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

third_party/heimdal: Import lorikeet-heimdal-202308030152 (commit 2a036a6fd80833799316b8a85623cdea3a1135df)

This import fixes the build on 32-bit FreeBSD.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15443

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Joseph Sutton <jsutton@samba.org>
Autobuild-Date(master): Thu Aug  3 05:40:28 UTC 2023 on atb-devel-224
This commit is contained in:
Joseph Sutton 2023-08-03 13:57:20 +12:00 committed by Joseph Sutton
parent 0031625598
commit 06d673a1a0

View File

@ -1978,10 +1978,10 @@ _kdc_pk_validate_freshness_token(astgs_request_t r,
token_time, sizeof(token_time), TRUE);
kdc_log(r->context, r->config, 4, "Freshness token has too large time skew: "
"time in token %s is out by %ld > %ld seconds — %s",
"time in token %s is out by %ld > %jd seconds — %s",
token_time,
time_diff,
r->context->max_skew,
(intmax_t)(r->context->max_skew),
r->cname);
r->e_text = NULL;