s3: libsmb: In cli_list_old_send(), push state->mask into the packet, not just mask.
commit070b73e3f96c46bb4a96a8149c4c77ab3080a946
authorJeremy Allison <jra@samba.org>
Thu, 1 Sep 2022 23:07:34 +0000 (1 16:07 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 15 Sep 2022 18:43:32 +0000 (15 18:43 +0000)
tree19e8062035f3028d911c01339d893a89d7341404
parentad97a97bd80f22350e7a5014a0a5d251c5e2e57a
s3: libsmb: In cli_list_old_send(), push state->mask into the packet, not just mask.

This doesn't matter right now, but it will when I
add DFS path awareness to cli_list().

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
source3/libsmb/clilist.c