smbd: Fix/remove a comment that became irrelevant
authorVolker Lendecke <vl@samba.org>
Wed, 15 Nov 2023 05:24:15 +0000 (06:24 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 21 Nov 2023 17:34:36 +0000 (17:34 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/dir.c

index d9e10b919d3fecdd4a251be1d38e8ecb1559cbda..8fb4476d4ab2f79f8bca428df5c9e4bc0bbc60fa 100644 (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;