mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-06-05 01:42:10 +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);
|
rewinddir(d);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
closedir(d);
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user