summaryrefslogtreecommitdiffstats
path: root/runtime/wti.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-19 18:47:26 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-19 18:47:26 +0200
commita9c4b26d462dd3c9dbd0575a3a1acc6d8df1c3b3 (patch)
tree9efcb4cdef4b55d4385aeaa0c8719c074bb6e487 /runtime/wti.c
parenta4dad2009992d436ba23c2d0a4a43b483aac40fc (diff)
downloadrsyslog-a9c4b26d462dd3c9dbd0575a3a1acc6d8df1c3b3.tar.gz
rsyslog-a9c4b26d462dd3c9dbd0575a3a1acc6d8df1c3b3.tar.xz
rsyslog-a9c4b26d462dd3c9dbd0575a3a1acc6d8df1c3b3.zip
some cleanup
Diffstat (limited to 'runtime/wti.c')
-rw-r--r--runtime/wti.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/wti.c b/runtime/wti.c
index 7029dcfd..942f7cf1 100644
--- a/runtime/wti.c
+++ b/runtime/wti.c
@@ -319,7 +319,6 @@ wtiWorkerCancelCleanup(void *arg)
DBGPRINTF("%s: cancelation cleanup handler called.\n", wtiGetDbgHdr(pThis));
/* call user supplied handler (that one e.g. requeues the element) */
-// MULTIQUEUE: need to change here!
pWtp->pfOnWorkerCancel(pThis->pWtp->pUsr, pThis->batch.pElem[0].pUsrp);
pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &iCancelStateSave);