1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-06-03 14:42:01 +03:00

tests: Remove superfluous closedir().

This commit is contained in:
Andreas Schneider 2011-05-28 13:28:49 +02:00
parent 3c21281bf0
commit 82798035fc

View File

@ -132,7 +132,6 @@ int torture_rmdirs(const char *path) {
rewinddir(d);
}
} else {
closedir(d);
return -1;
}