From 4828f92754ddd7dce987287806d33bdd612d776b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 19 Oct 2009 18:46:02 +1100 Subject: [PATCH] s4-pvfs: fill in alignment_requirement (valgrind error) --- source4/ntvfs/posix/pvfs_qfileinfo.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1