summaryrefslogtreecommitdiffstats
path: root/runtime/wti.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-20 15:06:32 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-20 15:06:32 +0200
commitff6963d6f6d85c6c10e80b17da8432bb983f3e38 (patch)
tree8da1df1e854c8aa53ea9bcbd15f2539f0c185d79 /runtime/wti.c
parent541696f307e9facc80f2aa153147a9456d41d3f9 (diff)
downloadrsyslog-ff6963d6f6d85c6c10e80b17da8432bb983f3e38.tar.gz
rsyslog-ff6963d6f6d85c6c10e80b17da8432bb983f3e38.tar.xz
rsyslog-ff6963d6f6d85c6c10e80b17da8432bb983f3e38.zip
simplified startup of queue DA mode
Diffstat (limited to 'runtime/wti.c')
-rw-r--r--runtime/wti.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/wti.c b/runtime/wti.c
index c295ccc9..9d0560dd 100644
--- a/runtime/wti.c
+++ b/runtime/wti.c
@@ -250,9 +250,7 @@ wtiWorker(wti_t *pThis)
dbgSetThrdName(pThis->pszDbgHdr);
pthread_cleanup_push(wtiWorkerCancelCleanup, pThis);
- d_pthread_mutex_lock(pWtp->pmutUsr);
pWtp->pfOnWorkerStartup(pWtp->pUsr);
- d_pthread_mutex_unlock(pWtp->pmutUsr);
/* now we have our identity, on to real processing */
while(1) { /* loop will be broken below - need to do mutex locks */