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:
parent
a129fcd697
commit
82f2ce43fd
@ -328,7 +328,6 @@ NTSTATUS get_real_filename_full_scan_at(struct files_struct *dirfsp,
|
|||||||
/* now scan for matching names */
|
/* now scan for matching names */
|
||||||
while ((dname = ReadDirName(cur_dir, &talloced))) {
|
while ((dname = ReadDirName(cur_dir, &talloced))) {
|
||||||
|
|
||||||
/* Is it dot or dot dot. */
|
|
||||||
if (ISDOT(dname) || ISDOTDOT(dname)) {
|
if (ISDOT(dname) || ISDOTDOT(dname)) {
|
||||||
TALLOC_FREE(talloced);
|
TALLOC_FREE(talloced);
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user