smbd: Make get_dir_entry() static in SMB1-only code
commitadc7fb32d34a01e821540289a6a64d6fc61a4a43
authorVolker Lendecke <vl@samba.org>
Tue, 23 May 2023 07:48:24 +0000 (23 09:48 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 13 Jun 2023 23:33:39 +0000 (13 23:33 +0000)
tree551efe17b9e72441b04369d115d7a927d296c829
parentabcc7e69ce0b62419ac1c8712d9fbef50bbeaf54
smbd: Make get_dir_entry() static in SMB1-only code

We need to pass "conn" explicitly because dptr_struct is private to
dir.c.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/dir.c
source3/smbd/proto.h
source3/smbd/smb1_reply.c