smbd: Fix an uninitialized read
authorVolker Lendecke <vl@samba.org>
Thu, 6 Feb 2014 15:40:46 +0000 (15:40 +0000)
committerMichael Adam <obnox@samba.org>
Wed, 12 Feb 2014 20:47:06 +0000 (21:47 +0100)
commite4bad9248098c604272eb3e081829402b4d78697
tree078d26e43bc65df4c94fc7d059befff7abca8e03
parente02c94d13bab4fb4ad791b7c0dedd963c33804cb
smbd: Fix an uninitialized read

We have to ship 64 bytes, and we have to initialize the whole thing.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/modules/vfs_default.c