Fix valgrind warning
authorNikolaus Rath <Nikolaus@rath.org>
Sun, 9 Oct 2016 21:04:00 +0000 (14:04 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 9 Oct 2016 21:11:26 +0000 (14:11 -0700)
commitc2a47b08afdfb75bbdd7dec62336bd0a04346628
tree6b01cd36d1823434a359cde46d253c7a7d6733a8
parent115b7b2cf35addd555a5038267c555d772948d98
Fix valgrind warning

If we don't assign a value to padding, we get a warning about reading
uninitialized data when sending the iovec to the kernel.
lib/fuse_lowlevel.c