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:
parent
3c21281bf0
commit
82798035fc
@ -132,7 +132,6 @@ int torture_rmdirs(const char *path) {
|
||||
rewinddir(d);
|
||||
}
|
||||
} else {
|
||||
closedir(d);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user