summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2/fileio.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-05-21 10:42:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:17 -0500
commit6ba94bb12f39bf792356c8c01d9de0cfc2551760 (patch)
treeafff49385e52a1fb571b4df1b755d8516d684755 /source4/smb_server/smb2/fileio.c
parent1911475976de4a54787ac263eb4b15cb3db5eea3 (diff)
downloadsamba-6ba94bb12f39bf792356c8c01d9de0cfc2551760.tar.gz
samba-6ba94bb12f39bf792356c8c01d9de0cfc2551760.tar.bz2
samba-6ba94bb12f39bf792356c8c01d9de0cfc2551760.zip
r15771: this should be a o32s32 blob
metze (This used to be commit fdfa6dcc97b6f7d61159497df2e214163d308649)
Diffstat (limited to 'source4/smb_server/smb2/fileio.c')
-rw-r--r--source4/smb_server/smb2/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smb_server/smb2/fileio.c b/source4/smb_server/smb2/fileio.c
index d190049631..f873841e97 100644
--- a/source4/smb_server/smb2/fileio.c
+++ b/source4/smb_server/smb2/fileio.c
@@ -45,7 +45,7 @@ static void smb2srv_create_send(struct ntvfs_request *ntvfs)
SIVAL(req->out.body, 0x38, io->smb2.out.file_attr);
SIVAL(req->out.body, 0x3C, io->smb2.out._pad);
smb2srv_push_handle(req->out.body, 0x40,io->smb2.out.file.ntvfs);
- SMB2SRV_CHECK(smb2_push_o16s16_blob(&req->out, 0x50, io->smb2.out.blob));
+ SMB2SRV_CHECK(smb2_push_o32s32_blob(&req->out, 0x50, io->smb2.out.blob));
smb2srv_send_reply(req);
}