Fix warning.
This commit is contained in:
parent
14ef32631c
commit
4e9a77cf26
@ -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,
|
int CONF_modules_load_file(const char *filename, const char *appname,
|
||||||
unsigned long flags)
|
unsigned long flags)
|
||||||
{
|
{
|
||||||
char *file;
|
char *file = NULL;
|
||||||
CONF *conf = NULL;
|
CONF *conf = NULL;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
conf = NCONF_new(NULL);
|
conf = NCONF_new(NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user