diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-05-26 15:00:27 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-05-26 15:00:27 +1000 |
commit | bf8d9e180e1e908e891e3755bbb70eab550f0638 (patch) | |
tree | f158bac719e5f93ffb48d7a109ad0c34d3ed0d60 | |
parent | c5c1b3706af13fe729f435e7bf4ec1e73b719eef (diff) | |
download | samba-bf8d9e180e1e908e891e3755bbb70eab550f0638.tar.gz samba-bf8d9e180e1e908e891e3755bbb70eab550f0638.tar.bz2 samba-bf8d9e180e1e908e891e3755bbb70eab550f0638.zip |
fill in reserved field on SMB2 flush
(This used to be commit 400a3b39d5c151cf43e307af2fa702208d7cd472)
-rw-r--r-- | source4/ntvfs/posix/pvfs_flush.c | 1 |
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: |