Remove faulty fclose() call. Thanks to Andrea Morandi and Sean Young.
This commit is contained in:
@ -189,7 +189,6 @@ extern int InitMsyms()
|
||||
else
|
||||
Syslog(LOG_ERR, "Error loading kernel symbols " \
|
||||
"- %s\n", strerror(errno));
|
||||
fclose(ksyms);
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user