Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dont try to close non-existent fdno's on Fclose()
- Commit 547a004 introduced a regression on stacked io Fclose() return code, details at http://lists.rpm.org/pipermail/rpm-maint/2014-August/003731.html - The original code seems fishy in other ways (missed errors), this hopefully fixes both cases by only attempting to close actually open fdno's and only considering actual closes for error codes. (cherry picked from commit 0ffc0e2)
- Loading branch information