summaryrefslogtreecommitdiffstats
path: root/runtime/obj.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-22 11:41:23 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-22 11:41:23 +0200
commit163acd9d9fd5e01975e99ad26af8a9c8097b3260 (patch)
treed5901dfca0f2e38ddcf8b973086343ab23a866a1 /runtime/obj.c
parentbee73d2d93105b187171a1cc51ecf4125b39b65d (diff)
parent82d0b37dc86385cd239b03da1e57eaba88720589 (diff)
downloadrsyslog-163acd9d9fd5e01975e99ad26af8a9c8097b3260.tar.gz
rsyslog-163acd9d9fd5e01975e99ad26af8a9c8097b3260.tar.bz2
rsyslog-163acd9d9fd5e01975e99ad26af8a9c8097b3260.zip
Merge branch 'v6-beta' into v6-stable
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 ffc8f608..eb151b67 100644
--- a/runtime/obj.c
+++ b/runtime/obj.c
@@ -1188,7 +1188,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, 0));
+ CHKiRet(module.Load(pObjFile, 0, NULL));
/* NOW, we must find it or we have a problem... */
CHKiRet(FindObjInfo(pStr, &pObjInfo));
}