Bug #1315 ยป stat_cache_get_entry_internal-close_fd.patch
src/stat_cache.c (working copy) | ||
---|---|---|
}
|
||
if (-1 == fstat(fd, &st)) {
|
||
close(fd);
|
||
return HANDLER_ERROR;
|
||
}
|
||
src/stat_cache.c (working copy) | ||
---|---|---|
}
|
||
if (-1 == fstat(fd, &st)) {
|
||
close(fd);
|
||
return HANDLER_ERROR;
|
||
}
|
||