diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-20 15:06:32 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-20 15:06:32 +0200 |
commit | ff6963d6f6d85c6c10e80b17da8432bb983f3e38 (patch) | |
tree | 8da1df1e854c8aa53ea9bcbd15f2539f0c185d79 /runtime/wti.c | |
parent | 541696f307e9facc80f2aa153147a9456d41d3f9 (diff) | |
download | rsyslog-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.c | 2 |
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 */ |