conf_parser: warning fixes
This commit is contained in:
parent
e55a9d6abc
commit
1e37cb443d
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ loadmodule:
|
||||||
char *m_bn;
|
char *m_bn;
|
||||||
m_bn = rb_basename((char *) $2);
|
m_bn = rb_basename((char *) $2);
|
||||||
|
|
||||||
if (findmodule_byname(m_bn) == -1)
|
if (findmodule_byname(m_bn) == NULL)
|
||||||
{
|
{
|
||||||
load_one_module($2, MAPI_ORIGIN_EXTENSION, 0);
|
load_one_module($2, MAPI_ORIGIN_EXTENSION, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue