From a6d28e2b330a20e95b745966bb5eb153bdc58ed1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 30 May 2008 07:28:53 +1000 Subject: [PATCH] the docs shows that this is a o16s32 blob --- source/smb_server/smb2/fileinfo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/smb_server/smb2/fileinfo.c b/source/smb_server/smb2/fileinfo.c index d6db61eaba0..942000133c3 100644 --- a/source/smb_server/smb2/fileinfo.c +++ b/source/smb_server/smb2/fileinfo.c @@ -55,8 +55,7 @@ static void smb2srv_getinfo_send(struct ntvfs_request *ntvfs) SMB2SRV_CHECK(smb2srv_setup_reply(req, 0x08, true, op->info->out.blob.length)); - /* TODO: this is maybe a o16s32_blob */ - SMB2SRV_CHECK(smb2_push_o16s16_blob(&req->out, 0x02, op->info->out.blob)); + SMB2SRV_CHECK(smb2_push_o16s32_blob(&req->out, 0x02, op->info->out.blob)); SSVAL(req->out.body, 0x06, 0); smb2srv_send_reply(req); -- 2.34.1