From cdcc0e6710a7e11bf1c528bf1728f886dba5a0af Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Sat, 22 Mar 2008 10:30:40 +0000 Subject: removed a now-longer needed callback from the output module interface. Results in reducing code complexity. --- plugins/omrelp/omrelp.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/omrelp/omrelp.c') diff --git a/plugins/omrelp/omrelp.c b/plugins/omrelp/omrelp.c index f498385c..63f945df 100644 --- a/plugins/omrelp/omrelp.c +++ b/plugins/omrelp/omrelp.c @@ -288,12 +288,6 @@ CODE_STD_FINALIZERparseSelectorAct ENDparseSelectorAct -BEGINneedUDPSocket -CODESTARTneedUDPSocket - iRet = RS_RET_TRUE; -ENDneedUDPSocket - - BEGINmodExit CODESTARTmodExit relpEngineDestruct(&pRelpEngine); -- cgit