Properly initialize nextp

MFC after:	1 day
This commit is contained in:
Baptiste Daroussin 2016-11-27 19:27:13 +00:00
parent 5566fb10ee
commit 8ecd7189a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309216

View File

@ -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) {