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:
parent
504a47ecfd
commit
a85f4c661b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user