1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

smbd: Remove a pointless comment

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Volker Lendecke 2024-11-23 14:14:47 +01:00 committed by Martin Schwenke
parent a129fcd697
commit 82f2ce43fd

View 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;