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