diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-10-19 18:46:02 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-10-19 20:03:12 +1100 |
commit | 4828f92754ddd7dce987287806d33bdd612d776b (patch) | |
tree | c189ee4375c09efe05e498121b701fc55c267181 /source4/ntvfs/posix | |
parent | b7b548411c3868bb6008d0221ac59e56fdd5aefe (diff) | |
download | samba-4828f92754ddd7dce987287806d33bdd612d776b.tar.gz samba-4828f92754ddd7dce987287806d33bdd612d776b.tar.bz2 samba-4828f92754ddd7dce987287806d33bdd612d776b.zip |
s4-pvfs: fill in alignment_requirement (valgrind error)
Diffstat (limited to 'source4/ntvfs/posix')
-rw-r--r-- | source4/ntvfs/posix/pvfs_qfileinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/pvfs_qfileinfo.c b/source4/ntvfs/posix/pvfs_qfileinfo.c index 713925d094..b6c1d4f497 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 |