the docs shows that this is a o16s32 blob
authorAndrew Tridgell <tridge@samba.org>
Thu, 29 May 2008 21:28:53 +0000 (07:28 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 29 May 2008 21:28:53 +0000 (07:28 +1000)
(This used to be commit a6d28e2b330a20e95b745966bb5eb153bdc58ed1)

source4/smb_server/smb2/fileinfo.c

index d6db61eaba05dd9d34a6ae66d5c5a745674df41b..942000133c3dfe5d378dab0e96fa9dd1a521a4f3 100644 (file)
@@ -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);