1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

smbd: Fix/remove a comment that became irrelevant

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2023-11-15 06:24:15 +01:00 committed by Jeremy Allison
parent 7c5380c958
commit 2651a7b03d

View File

@ -647,11 +647,7 @@ bool smbd_dirptr_get_entry(TALLOC_CTX *ctx,
if (posix) {
/*
* Posix always wants to see symlinks,
* dangling or not. We've done the
* openat_pathref_fsp() to fill in
* smb_fname->fsp just in case it's not
* dangling.
* Posix always wants to see symlinks.
*/
ask_sharemode = false;
goto done;