1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

python/tests/krb5: Remove unused utf16pw variable

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jo Sutton <josutton@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett 2024-04-03 08:26:04 +13:00
parent 504a47ecfd
commit a85f4c661b

View File

@ -894,7 +894,6 @@ class KDCBaseTest(TestCaseInTempDir, RawKerberosTest):
domain = samdb.domain_netbios_name().upper()
password = generate_random_password(32, 32)
utf16pw = ('"%s"' % password).encode('utf-16-le')
try:
net_ctx.set_password(newpassword=password,