fix segfault that was reverted...

This commit is contained in:
Duncan Laurie 2006-05-16 22:28:19 +00:00
parent 4433696ae4
commit 78f8f0793f

View File

@ -3843,7 +3843,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;
}