Commit 4e9a77cf authored by Ben Laurie's avatar Ben Laurie
Browse files

Fix warning.

parent 14ef3263
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);