From ff6963d6f6d85c6c10e80b17da8432bb983f3e38 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 20 Jul 2009 15:06:32 +0200 Subject: simplified startup of queue DA mode --- runtime/wti.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtime/wti.c') 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 */ -- cgit v1.2.3