Fix warning.

This commit is contained in:
Ben Laurie 2002-05-08 15:13:24 +00:00
parent 14ef32631c
commit 4e9a77cf26

View File

@ -165,7 +165,7 @@ int CONF_modules_load(const CONF *cnf, const char *appname,
int CONF_modules_load_file(const char *filename, const char *appname,
unsigned long flags)
{
char *file;
char *file = NULL;
CONF *conf = NULL;
int ret = 0;
conf = NCONF_new(NULL);