Commit 7d814cc8 authored by Max Kellermann's avatar Max Kellermann

neighbor/smbclient: fix double smbc_closedir() call

There is already one call in ReadServers(), which is the correct place to do it.
parent f5b4606c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment