summaryrefslogtreecommitdiffstats
path: root/runtime/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/modules.c')
-rw-r--r--runtime/modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/modules.c b/runtime/modules.c
index 67f16e65..e2e12a3b 100644
--- a/runtime/modules.c
+++ b/runtime/modules.c
@@ -372,7 +372,7 @@ addModToCnfList(modInfo_t *pThis)
pNew->pMod = pThis;
if(pThis->eType == eMOD_IN) {
- CHKiRet(pThis->mod.im.beginCnfLoad(&pNew->modCnf));
+ CHKiRet(pThis->mod.im.beginCnfLoad(&pNew->modCnf, loadConf));
}
if(pLast == NULL) {