]> git.ipfire.org Git - thirdparty/samba.git/commit
python:join: avoid useless use of py2-compat string_to_byte_array
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 11 Jun 2024 23:19:55 +0000 (11:19 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 12 Jun 2024 08:14:34 +0000 (08:14 +0000)
commit3b349c29b59ebe7e1e389dc0d51b2063c657b210
tree53025b90e70fee80f234157feabb4f4c8c30b5ba
parent46933bc25de6515866c6b9d1ae76fad6701fb252
python:join: avoid useless use of py2-compat string_to_byte_array

This was a workaround for the migration to Python 3, but is now just
extra work for the computer and cognitive load for us.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/join.py