summaryrefslogtreecommitdiffstats
path: root/runtime/stream.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-16 15:13:47 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-16 15:13:47 +0200
commit6f0db63e9b962edf6305860b608500e8c650b71b (patch)
tree142a4dc01419a08f46481d5ca5557da07f0474c7 /runtime/stream.c
parentaef1a38fe8c7472362904b2f90c67113b21034ab (diff)
downloadrsyslog-6f0db63e9b962edf6305860b608500e8c650b71b.tar.gz
rsyslog-6f0db63e9b962edf6305860b608500e8c650b71b.tar.xz
rsyslog-6f0db63e9b962edf6305860b608500e8c650b71b.zip
milestone: input-side multiSubmit capability
... commit before I try to touch the queue side ;)
Diffstat (limited to 'runtime/stream.c')
-rw-r--r--runtime/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stream.c b/runtime/stream.c
index f13258b5..8cbe0297 100644
--- a/runtime/stream.c
+++ b/runtime/stream.c
@@ -188,7 +188,7 @@ finalize_it:
static rsRetVal
doPhysOpen(strm_t *pThis)
{
- int iFlags;
+ int iFlags = 0;
DEFiRet;
ISOBJ_TYPE_assert(pThis, strm);