]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Remove a pointless comment
authorVolker Lendecke <vl@samba.org>
Sat, 23 Nov 2024 13:14:47 +0000 (14:14 +0100)
committerMartin Schwenke <martins@samba.org>
Mon, 2 Dec 2024 04:53:33 +0000 (04:53 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
source3/smbd/filename.c

index 554df2fd1f8021abf520614e3d70179dd3a6983d..164e84361e2619ef440ac275fb881e537ad12501 100644 (file)
@@ -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;