From: Andrew Tridgell Date: Mon, 19 Oct 2009 07:46:02 +0000 (+1100) Subject: s4-pvfs: fill in alignment_requirement (valgrind error) X-Git-Tag: tdb-1.2.0~653 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=4828f92754ddd7dce987287806d33bdd612d776b s4-pvfs: fill in alignment_requirement (valgrind error) --- diff --git a/source4/ntvfs/posix/pvfs_qfileinfo.c b/source4/ntvfs/posix/pvfs_qfileinfo.c index 713925d094e..b6c1d4f4979 100644 --- a/source4/ntvfs/posix/pvfs_qfileinfo.c +++ b/source4/ntvfs/posix/pvfs_qfileinfo.c @@ -323,6 +323,7 @@ static NTSTATUS pvfs_map_fileinfo(struct pvfs_state *pvfs, info->all_info2.out.access_mask = 0; /* only set by qfileinfo */ info->all_info2.out.position = 0; /* only set by qfileinfo */ info->all_info2.out.mode = 0; /* only set by qfileinfo */ + info->all_info2.out.alignment_requirement = 0; /* windows wants the full path on disk for this result, but I really don't want to expose that on the wire, so I'll give the path with a share