flow: Fixing uninitialized variable
authorDaniel Ehrenberg <dehrenberg@google.com>
Wed, 22 Feb 2012 10:48:19 +0000 (11:48 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Feb 2012 10:48:19 +0000 (11:48 +0100)
commit8e8b225d177c8e824785a87a1116309049a27a7c
tree36fae5a55894553ff07c99f74424bcff4c1eab73
parentfc0b830f419bf64fff6fee91d1d3b9e94da11091
flow: Fixing uninitialized variable

In the flow initialization code path, there was an uninitialized
variable that led to memory corruption in certain cases. This
patch should initialize the variable properly.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
flow.c