Properly initialize nextp
MFC after: 1 day
This commit is contained in:
parent
5566fb10ee
commit
8ecd7189a4
@ -1835,7 +1835,7 @@ init(int signo)
|
||||
free((char *)f);
|
||||
}
|
||||
Files = NULL;
|
||||
*nextp = NULL;
|
||||
nextp = &Files;
|
||||
|
||||
/* open the configuration file */
|
||||
if ((cf = fopen(ConfFile, "r")) == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user