smbd: Remove unused _prev_offset arg from smbd_dirptr_get_entry()
authorVolker Lendecke <vl@samba.org>
Fri, 9 Jun 2023 13:05:07 +0000 (15:05 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 13 Jun 2023 23:33:39 +0000 (23:33 +0000)
commit99799bcdc8544e884bdf29347df540cbb313237c
tree43a6d9b1beb19e63e7f075f2c4fd3c943f20cf65
parent94648811f5fe08a7019597eb0445b3c09cdf606f
smbd: Remove unused _prev_offset arg from smbd_dirptr_get_entry()

Neither of the two callers looked at the result.

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