From 2651a7b03d6051a7ba054e1dd907a7de148f5159 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 15 Nov 2023 06:24:15 +0100 Subject: [PATCH] smbd: Fix/remove a comment that became irrelevant Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/smbd/dir.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c index d9e10b919d3..8fb4476d4ab 100644 --- a/source3/smbd/dir.c +++ b/source3/smbd/dir.c @@ -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; -- 2.47.3