smbd: Handle SMB_QUERY_POSIX_LOCK() in call_trans2qfileinfo()
commite53988cdea2875719e567d2f792c6bf9da2c8aca
authorVolker Lendecke <vl@samba.org>
Fri, 30 Dec 2022 21:12:23 +0000 (30 22:12 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 4 Jan 2023 08:54:32 +0000 (4 08:54 +0000)
treea041156478c395b69c7bd92ce6f82368ee38eadd
parentad453a3827b375c1cad84096e3840ecff0853212
smbd: Handle SMB_QUERY_POSIX_LOCK() in call_trans2qfileinfo()

smbd_do_qfilepathinfo() does not use the lock data anymore, we can
pass NULL/0 now.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/smb1_trans2.c
source3/smbd/smb2_trans2.c