summaryrefslogtreecommitdiffstats
path: root/runtime/obj.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-27 15:38:06 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-27 15:38:06 +0200
commit4f8457ffe3bc0a104a86ac79622844c4206adbbb (patch)
tree60d40415fa614018bc13e8eb93babcc593a10e58 /runtime/obj.c
parent17e3f6b49cccb99316f2907eb3c131ec998ee3c3 (diff)
downloadrsyslog-4f8457ffe3bc0a104a86ac79622844c4206adbbb.tar.gz
rsyslog-4f8457ffe3bc0a104a86ac79622844c4206adbbb.tar.xz
rsyslog-4f8457ffe3bc0a104a86ac79622844c4206adbbb.zip
step: added config-specific module list
Diffstat (limited to 'runtime/obj.c')
-rw-r--r--runtime/obj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/obj.c b/runtime/obj.c
index 45dac776..b45e5588 100644
--- a/runtime/obj.c
+++ b/runtime/obj.c
@@ -1154,7 +1154,7 @@ UseObj(char *srcFile, uchar *pObjName, uchar *pObjFile, interface_t *pIf)
if(pObjFile == NULL) {
FINALIZE; /* no chance, we have lost... */
} else {
- CHKiRet(module.Load(pObjFile));
+ CHKiRet(module.Load(pObjFile, 0));
/* NOW, we must find it or we have a problem... */
CHKiRet(FindObjInfo(pStr, &pObjInfo));
}