Remove faulty fclose() call. Thanks to Andrea Morandi and Sean Young.

This commit is contained in:
Joey Schulze 2008-07-04 14:48:42 +00:00
parent 0bb8aa7194
commit 74d15498a0

View File

@ -189,7 +189,6 @@ extern int InitMsyms()
else
Syslog(LOG_ERR, "Error loading kernel symbols " \
"- %s\n", strerror(errno));
fclose(ksyms);
return(0);
}