Codebase list libblockdev / c06dd95
s390: Remove double fclose in bd_s390_dasd_online (#2045784) Vojtech Trefny 2 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
289289 if (wrc == EOF) {
290290 g_set_error (error, BD_S390_ERROR, BD_S390_ERROR_DEVICE,
291291 "Could not set DASD device %s online", dasd);
292 fclose(fd);
293292 bd_utils_report_finished (progress_id, (*error)->message);
294293 return FALSE;
295294 }