summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-21 12:04:59 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-21 12:04:59 +0200
commit04ca2611194affee966344db20cdaa7c663f99d9 (patch)
tree9bdb3df245f2cca5ee687de81ce168c471c4d170 /runtime
parent3187982c3c94e5eac257e206f19fa7326c8e7739 (diff)
parent9407f2a3e08940d0dd0367c5904654f5a56117af (diff)
downloadrsyslog-04ca2611194affee966344db20cdaa7c663f99d9.tar.gz
rsyslog-04ca2611194affee966344db20cdaa7c663f99d9.tar.xz
rsyslog-04ca2611194affee966344db20cdaa7c663f99d9.zip
Merge branch 'v4-stable' into v4-beta
Conflicts: ChangeLog configure.ac doc/manual.html plugins/imrelp/imrelp.c
Diffstat (limited to 'runtime')
-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;
}