提交 37530362 编写于 作者: B Ben Laurie

Return value could be undefined.

上级 fd69886a
......@@ -320,7 +320,8 @@ static CONF_MODULE *module_find(char *name)
/* initialize a module */
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;
/* Otherwise add initialized module to list */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册