Return value could be undefined.
This commit is contained in:
parent
fd69886aed
commit
37530362fa
@ -320,7 +320,8 @@ static CONF_MODULE *module_find(char *name)
|
|||||||
/* initialize a module */
|
/* initialize a module */
|
||||||
static int module_init(CONF_MODULE *pmod, char *name, char *value, CONF *cnf)
|
static int module_init(CONF_MODULE *pmod, char *name, char *value, CONF *cnf)
|
||||||
{
|
{
|
||||||
int ret, init_called = 0;
|
int ret = 1;
|
||||||
|
int init_called = 0;
|
||||||
CONF_IMODULE *imod = NULL;
|
CONF_IMODULE *imod = NULL;
|
||||||
|
|
||||||
/* Otherwise add initialized module to list */
|
/* Otherwise add initialized module to list */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user