1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

s4:torture: Fix typo

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2021-12-09 13:18:54 +13:00 committed by Andrew Bartlett
parent 030afa6c01
commit 3b23ae59ac

View File

@ -145,7 +145,7 @@ static bool torture_check_krb5_error(struct torture_krb5_context *test_context,
rc = decode_KRB_ERROR(reply->data, reply->length, &error, &used);
torture_assert_int_equal(test_context->tctx,
rc, 0,
"decode_AS_REP failed");
"decode_KRB_ERROR failed");
torture_assert_int_equal(test_context->tctx,
used, reply->length,