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