summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-05-26 15:00:27 +1000
committerAndrew Tridgell <tridge@samba.org>2008-05-26 15:00:27 +1000
commitbf8d9e180e1e908e891e3755bbb70eab550f0638 (patch)
treef158bac719e5f93ffb48d7a109ad0c34d3ed0d60 /source4
parentc5c1b3706af13fe729f435e7bf4ec1e73b719eef (diff)
downloadsamba-bf8d9e180e1e908e891e3755bbb70eab550f0638.tar.gz
samba-bf8d9e180e1e908e891e3755bbb70eab550f0638.tar.bz2
samba-bf8d9e180e1e908e891e3755bbb70eab550f0638.zip
fill in reserved field on SMB2 flush
(This used to be commit 400a3b39d5c151cf43e307af2fa702208d7cd472)
Diffstat (limited to 'source4')
-rw-r--r--source4/ntvfs/posix/pvfs_flush.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/pvfs_flush.c b/source4/ntvfs/posix/pvfs_flush.c
index 61e73cedba..6e09c1f34a 100644
--- a/source4/ntvfs/posix/pvfs_flush.c
+++ b/source4/ntvfs/posix/pvfs_flush.c
@@ -54,6 +54,7 @@ NTSTATUS pvfs_flush(struct ntvfs_module_context *ntvfs,
return NT_STATUS_INVALID_HANDLE;
}
pvfs_flush_file(pvfs, f);
+ io->smb2.out.reserved = 0;
return NT_STATUS_OK;
case RAW_FLUSH_ALL: