From: Andrew Tridgell Date: Thu, 29 May 2008 21:28:53 +0000 (+1000) Subject: the docs shows that this is a o16s32 blob X-Git-Tag: samba-4.0.0alpha4~9^2~8^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6d28e2b330a20e95b745966bb5eb153bdc58ed1;p=thirdparty%2Fsamba.git the docs shows that this is a o16s32 blob --- 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);