smbd: Remove "link_depth" parameter from non_widelink_open()
commit801731b60fd4a4bfea7279a6942c35fdf1a4e1c6
authorVolker Lendecke <vl@samba.org>
Thu, 20 Oct 2022 15:08:40 +0000 (20 17:08 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 27 Oct 2022 18:18:36 +0000 (27 18:18 +0000)
tree5ae912cc1fa3370efb7abbfecb5bdd5fd61f791f
parent80856941bff8e32cd76cbd3b05e05c9754785bf9
smbd: Remove "link_depth" parameter from non_widelink_open()

We don't recurse anymore but loop inside.

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