mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-25 03:41:56 +03:00
tests: Remove superfluous closedir().
This commit is contained in:
@ -132,7 +132,6 @@ int torture_rmdirs(const char *path) {
|
||||
rewinddir(d);
|
||||
}
|
||||
} else {
|
||||
closedir(d);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user