diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-06-29 22:16:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:39 -0500 |
commit | d63dd113ae2c7f4f6d64def00a488548e805bc7e (patch) | |
tree | f8a7fe3514d3108cb345cd4258fcad8cd53c0a7a /source4/ntvfs | |
parent | 5b19070ac701dfc24ed77688373a9f071792b93c (diff) | |
download | samba-d63dd113ae2c7f4f6d64def00a488548e805bc7e.tar.gz samba-d63dd113ae2c7f4f6d64def00a488548e805bc7e.tar.bz2 samba-d63dd113ae2c7f4f6d64def00a488548e805bc7e.zip |
r16699: the layout of SMB2 Read and Write is identical...
so we know that the 9th bytes is just uninitialized padding
metze
(This used to be commit f97a21b970ed23973cced2c67b5bc9ecd7afee88)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/ntvfs_generic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/ntvfs/ntvfs_generic.c b/source4/ntvfs/ntvfs_generic.c index 3283ee673d..5987ff4ba6 100644 --- a/source4/ntvfs/ntvfs_generic.c +++ b/source4/ntvfs/ntvfs_generic.c @@ -1064,7 +1064,6 @@ static NTSTATUS ntvfs_map_write_finish(struct ntvfs_module_context *ntvfs, wr->smb2.out._pad = 0; wr->smb2.out.nwritten = wr2->generic.out.nwritten; wr->smb2.out.unknown1 = 0; - wr->smb2.out._bug = 0; break; default: |