]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
CVE-2022-37966 third_party/heimdal: Fix error message typo
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 21 Nov 2022 01:01:47 +0000 (14:01 +1300)
committerStefan Metzmacher <metze@samba.org>
Tue, 13 Dec 2022 23:48:48 +0000 (00:48 +0100)
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]

source4/heimdal/lib/krb5/init_creds_pw.c

index fb39704a9e5ac82e28924d15d7c2a2517a18422d..4133cdf07a374c07f478b3c80ce556dfa32c510c 100644 (file)
@@ -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) {
                /*