summaryrefslogtreecommitdiffstats
path: root/runtime/stream.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-08-21 11:16:31 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-08-21 11:16:31 +0200
commit18db197129260d77414d6a0fe4b1e75f80526cd7 (patch)
treedd44adc77350939c4ce1def8b3bd306307a53bf0 /runtime/stream.c
parent3424f701667487793c179a6904e73e269235995f (diff)
parentc440ae1d15d78a41477a408688c838a36b6d483f (diff)
downloadrsyslog-18db197129260d77414d6a0fe4b1e75f80526cd7.tar.gz
rsyslog-18db197129260d77414d6a0fe4b1e75f80526cd7.tar.bz2
rsyslog-18db197129260d77414d6a0fe4b1e75f80526cd7.zip
Merge branch 'master' into java
Diffstat (limited to 'runtime/stream.c')
-rw-r--r--runtime/stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/stream.c b/runtime/stream.c
index 7c96324a..b1abb27e 100644
--- a/runtime/stream.c
+++ b/runtime/stream.c
@@ -849,6 +849,7 @@ doAsyncWriteInternal(strm_t *pThis, size_t lenBuf)
if(++pThis->iCnt == 1)
pthread_cond_signal(&pThis->notEmpty);
+finalize_it:
RETiRet;
}