diff options
-rw-r--r-- | URPM.xs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -985,7 +985,7 @@ open_archive(char *filename, int *empty_archive) { } } } - close(fd); + close(fd); // we rely on EBADF in testsuite return rfd; } |
index : perl-URPM | ||
Perl RPM Manipulation Module | Thierry Vignaud [tv] |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | URPM.xs | 2 |
@@ -985,7 +985,7 @@ open_archive(char *filename, int *empty_archive) { } } } - close(fd); + close(fd); // we rely on EBADF in testsuite return rfd; } |