neighbor/smbclient: fix double smbc_closedir() call

There is already one call in ReadServers(), which is the correct place
to do it.
This commit is contained in:
Max Kellermann 2019-04-16 20:07:48 +02:00
parent f5b4606c09
commit 7d814cc899
1 changed files with 0 additions and 2 deletions

View File

@ -150,8 +150,6 @@ ReadServers(NeighborExplorer::List &list, int fd)
smbc_dirent *e;
while ((e = smbc_readdir(fd)) != nullptr)
ReadEntry(list, *e);
smbc_closedir(fd);
}
static void