summaryrefslogtreecommitdiffstats
path: root/runtime/wti.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-23 16:02:42 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-23 16:02:42 +0200
commit8159d0a117837ed573e80cf86f4f013bf9534ab2 (patch)
tree3c3ef9a4b32a1165d379c71de3abe497b3abc1e2 /runtime/wti.c
parent6c5264159c099ddc4d06590508980ee53a83b67b (diff)
downloadrsyslog-8159d0a117837ed573e80cf86f4f013bf9534ab2.tar.gz
rsyslog-8159d0a117837ed573e80cf86f4f013bf9534ab2.tar.xz
rsyslog-8159d0a117837ed573e80cf86f4f013bf9534ab2.zip
fixed abort condition in DA mode
Diffstat (limited to 'runtime/wti.c')
-rw-r--r--runtime/wti.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/wti.c b/runtime/wti.c
index 32eab57c..346ef7aa 100644
--- a/runtime/wti.c
+++ b/runtime/wti.c
@@ -210,7 +210,6 @@ ENDobjDestruct(wti)
/* Standard-Constructor for the wti object
*/
BEGINobjConstruct(wti) /* be sure to specify the object type also in END macro! */
-
pThis->bOptimizeUniProc = glbl.GetOptimizeUniProc();
pthread_cond_init(&pThis->condExitDone, NULL);
pthread_mutex_init(&pThis->mut, NULL);