From: Volker Lendecke Date: Sat, 23 Nov 2024 13:14:47 +0000 (+0100) Subject: smbd: Remove a pointless comment X-Git-Tag: tdb-1.4.13~437 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82f2ce43fd8412de82446ef6a09db3626c29bdad;p=thirdparty%2Fsamba.git smbd: Remove a pointless comment Signed-off-by: Volker Lendecke Reviewed-by: Martin Schwenke --- diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c index 554df2fd1f8..164e84361e2 100644 --- a/source3/smbd/filename.c +++ b/source3/smbd/filename.c @@ -328,7 +328,6 @@ NTSTATUS get_real_filename_full_scan_at(struct files_struct *dirfsp, /* now scan for matching names */ while ((dname = ReadDirName(cur_dir, &talloced))) { - /* Is it dot or dot dot. */ if (ISDOT(dname) || ISDOTDOT(dname)) { TALLOC_FREE(talloced); continue;