From: Volker Lendecke Date: Wed, 15 Nov 2023 05:24:15 +0000 (+0100) Subject: smbd: Fix/remove a comment that became irrelevant X-Git-Tag: talloc-2.4.2~586 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2651a7b03d6051a7ba054e1dd907a7de148f5159;p=thirdparty%2Fsamba.git smbd: Fix/remove a comment that became irrelevant Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- 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;