summaryrefslogtreecommitdiffstats
path: root/runtime/modules.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-04 14:41:08 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-04 14:41:08 +0200
commit79d46017e49d39b5de2d783cc3bcbeb696535bfc (patch)
tree640cf7d51a20d2479e2057694b4baddc8d33274c /runtime/modules.c
parentb7315fc8369993d462389412b29b132fd2963d72 (diff)
downloadrsyslog-79d46017e49d39b5de2d783cc3bcbeb696535bfc.tar.gz
rsyslog-79d46017e49d39b5de2d783cc3bcbeb696535bfc.tar.xz
rsyslog-79d46017e49d39b5de2d783cc3bcbeb696535bfc.zip
step: imudp utilizes interim new input module interface
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) {