]> git.ipfire.org Git - thirdparty/samba.git/commit
smbXcli: Remove call to utf16_len_n()
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 10 Jul 2023 01:27:56 +0000 (13:27 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Aug 2023 04:39:37 +0000 (04:39 +0000)
commit45ef3ab99c3b49f084696c4b17d811e499572d91
tree47bb7350a65bd6806ee0629df39dda4dc76ce44d
parent150d457b555f9cbe48181f5c33657a77fe083457
smbXcli: Remove call to utf16_len_n()

This code was probably intended to refer to ‘blob1’ rather than to
‘blob2’. As it is, it fails to achieve anything.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/smb/smbXcli_base.c