From: Stefan Metzmacher Date: Tue, 17 Nov 2020 16:44:51 +0000 (+0100) Subject: tests/dcerpc/raw_protocol: fix comment in test_spnego_change_auth_type1 X-Git-Tag: tdb-1.4.13~956 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b5c3f9b1f334eb9d7906338e2e64196a6530068;p=thirdparty%2Fsamba.git tests/dcerpc/raw_protocol: fix comment in test_spnego_change_auth_type1 BUG: https://bugzilla.samba.org/show_bug.cgi?id=14356 Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- diff --git a/python/samba/tests/dcerpc/raw_protocol.py b/python/samba/tests/dcerpc/raw_protocol.py index af6562d60da..c25c17c351a 100755 --- a/python/samba/tests/dcerpc/raw_protocol.py +++ b/python/samba/tests/dcerpc/raw_protocol.py @@ -4986,7 +4986,7 @@ class TestDCERPC_BIND(RawDCERPCTest): (finished, to_server) = g.update(from_server) self.assertFalse(finished) - # We change ctx_list and auth_level + # We only change auth_type auth_info = self.generate_auth(auth_type=dcerpc.DCERPC_AUTH_TYPE_KRB5, auth_level=auth_level, auth_context_id=auth_context_id,