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
|
else
|
||||||
Syslog(LOG_ERR, "Error loading kernel symbols " \
|
Syslog(LOG_ERR, "Error loading kernel symbols " \
|
||||||
"- %s\n", strerror(errno));
|
"- %s\n", strerror(errno));
|
||||||
fclose(ksyms);
|
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user