summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2022-11-21 14:01:47 +1300
committerStefan Metzmacher <metze@samba.org>2022-12-14 00:48:48 +0100
commit1c06e8b08ca3d8adecd044919758e949f50de7c7 (patch)
tree32ce494403f915787d184b30fdab4f8de44955ef
parent36d5770585ab3abfe1a17f78709728805482388c (diff)
downloadsamba-1c06e8b08ca3d8adecd044919758e949f50de7c7.tar.gz
CVE-2022-37966 third_party/heimdal: Fix error message typo
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15237 Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> (cherry picked from commit d6b3d68efc296190a133b4e38137bdfde39257f4) [jsutton@samba.org Adapted to older Heimdal version]
-rw-r--r--source4/heimdal/lib/krb5/init_creds_pw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/krb5/init_creds_pw.c b/source4/heimdal/lib/krb5/init_creds_pw.c
index fb39704a9e5..4133cdf07a3 100644
--- a/source4/heimdal/lib/krb5/init_creds_pw.c
+++ b/source4/heimdal/lib/krb5/init_creds_pw.c
@@ -1766,7 +1766,7 @@ krb5_init_creds_step(krb5_context context,
} else {
krb5_set_error_message(context, ret,
N_("Preauth required but no preauth "
- "options send by KDC", ""));
+ "options sent by KDC", ""));
}
} else if (ret == KRB5KRB_AP_ERR_SKEW && context->kdc_sec_offset == 0) {
/*