btrfs-progs: initialize data before send ioctl
authorArvin Schnell <aschnell@suse.de>
Sun, 20 Jan 2013 21:04:18 +0000 (16:04 -0500)
committerDavid Sterba <dsterba@suse.cz>
Mon, 21 Jan 2013 17:37:50 +0000 (18:37 +0100)
commite02556d64a4dcabf3681e3a8291618193fbec966
tree9c5583da3104f610e80c46ee8fe3c81a85ec4217
parent19def051271a1dd70cd670fb7717d755f51a62c1
btrfs-progs: initialize data before send ioctl

Likely not strictly needed but I noticed valgrind complaining about
uninitialised memory in the ioctl call.

Signed-off-by: Arvin Schnell <aschnell@suse.de>
cmds-send.c