smbd: Remove unused "sbuf" argument from ReadDirName()
commitdaf6f2f7a1ac6e85b62ed0b8e41d0a300d69ee5e
authorVolker Lendecke <vl@samba.org>
Tue, 20 Jun 2023 10:25:45 +0000 (20 12:25 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 23 Jun 2023 17:34:30 +0000 (23 17:34 +0000)
treecd56f209e01ebc32d4e5e9c6667ed053b3f77989
parentf36bdcc0ca6b25ef27f0cc1e1f3450936f7bb42c
smbd: Remove unused "sbuf" argument from ReadDirName()

Nobody used that anymore, most callers had passed in NULL anyway.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_ceph_snapshots.c
source3/modules/vfs_fruit.c
source3/modules/vfs_shadow_copy.c
source3/modules/vfs_streams_depot.c
source3/smbd/close.c
source3/smbd/dir.c
source3/smbd/filename.c
source3/smbd/msdfs.c
source3/smbd/proto.h
source3/torture/cmd_vfs.c