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:
parent
030afa6c01
commit
3b23ae59ac
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user