summaryrefslogtreecommitdiffstats
path: root/runtime/wtp.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-21 12:13:06 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-21 12:13:06 +0200
commit38e83becf605f128ebae26fd58c68c2ef38e946a (patch)
tree18f9ab59b06d04587880fd1b4c850d91ee3d2cad /runtime/wtp.c
parentad40d586ab374ec48379a43342786feb4da778b1 (diff)
parent04ca2611194affee966344db20cdaa7c663f99d9 (diff)
downloadrsyslog-38e83becf605f128ebae26fd58c68c2ef38e946a.tar.gz
rsyslog-38e83becf605f128ebae26fd58c68c2ef38e946a.tar.bz2
rsyslog-38e83becf605f128ebae26fd58c68c2ef38e946a.zip
Merge branch 'v4-beta' into v4-devel
Diffstat (limited to 'runtime/wtp.c')
-rw-r--r--runtime/wtp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/wtp.c b/runtime/wtp.c
index 596ff866..0c66dd11 100644
--- a/runtime/wtp.c
+++ b/runtime/wtp.c
@@ -181,9 +181,7 @@ wtpWakeupAllWrkr(wtp_t *pThis)
DEFiRet;
ISOBJ_TYPE_assert(pThis, wtp);
- d_pthread_mutex_lock(pThis->pmutUsr);
pthread_cond_broadcast(pThis->pcondBusy);
- d_pthread_mutex_unlock(pThis->pmutUsr);
RETiRet;
}