From 41fe6b8c538dbafc2bc4a50acb8a1d47fa42c4ce Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 17 Mar 2008 16:30:38 +0000 Subject: done a bit to support librelp testing --- plugins/omrelp/omrelp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/omrelp/omrelp.c') diff --git a/plugins/omrelp/omrelp.c b/plugins/omrelp/omrelp.c index a4b57289..785b6e15 100644 --- a/plugins/omrelp/omrelp.c +++ b/plugins/omrelp/omrelp.c @@ -42,7 +42,6 @@ #include #include #include -#include #include "syslogd.h" #include "syslogd-types.h" #include "srUtils.h" @@ -462,7 +461,7 @@ CODE_STD_STRING_REQUESTparseSelectorAct(1) */ /* create our relp client */ - CHKiRet(relpCltConstruct(&pData->pRelpClt)); /* we use CHKiRet as librelp has a similar return value range */ + CHKiRet(relpCltConstruct(&pData->pRelpClt, pRelpEngine)); /* we use CHKiRet as librelp has a similar return value range */ /* and set callbacks */ #if 0 // TODO: the same for relp CHKiRet(tcpclt.SetSendInit(pData->pTCPClt, openConn)); -- cgit