28 lines
1.1 KiB
Diff
28 lines
1.1 KiB
Diff
From 33d5e5ad3a06ca6a1a62e64d323580ca60f068b8 Mon Sep 17 00:00:00 2001
|
|
From: Joseph Sutton <josephsutton@catalyst.net.nz>
|
|
Date: Thu, 18 Nov 2021 16:22:34 +1300
|
|
Subject: [PATCH 36/99] s4:torture: Fix typo
|
|
|
|
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
|
|
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
|
|
(cherry picked from commit 9cfb88ba04818b5e9cec3c96422e8e4a3080d490)
|
|
---
|
|
source4/torture/krb5/kdc-canon-heimdal.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/source4/torture/krb5/kdc-canon-heimdal.c b/source4/torture/krb5/kdc-canon-heimdal.c
|
|
index cd47182c0ef..059078a4ffb 100644
|
|
--- a/source4/torture/krb5/kdc-canon-heimdal.c
|
|
+++ b/source4/torture/krb5/kdc-canon-heimdal.c
|
|
@@ -262,7 +262,7 @@ static bool torture_krb5_pre_send_as_req_test(struct torture_krb5_context *test_
|
|
KRB5_NT_PRINCIPAL,
|
|
"krb5 libs unexpectedly "
|
|
"did not set principal "
|
|
- "as NT_SRV_HST!");
|
|
+ "as NT_PRINCIPAL!");
|
|
} else {
|
|
torture_assert_int_equal(test_context->tctx,
|
|
test_context->as_req.req_body.cname->name_type,
|
|
--
|
|
2.25.1
|