remove fclose that happened before fopen

This commit is contained in:
Duncan Laurie 2006-05-03 22:05:24 +00:00
parent 8e12bc0299
commit be79973194

View File

@ -3770,7 +3770,6 @@ ipmi_sdr_dump_bin(struct ipmi_intf *intf, const char *ofile)
itr = ipmi_sdr_start(intf);
if (itr == NULL) {
lprintf(LOG_ERR, "Unable to open SDR for reading");
fclose(fp);
return -1;
}