svn commit: samba r15771 - in branches/SAMBA_4_0/source/smb_server/smb2: .

metze at samba.org metze at samba.org
Sun May 21 10:42:29 GMT 2006


Author: metze
Date: 2006-05-21 10:42:29 +0000 (Sun, 21 May 2006)
New Revision: 15771

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15771

Log:
this should be a o32s32 blob

metze
Modified:
   branches/SAMBA_4_0/source/smb_server/smb2/fileio.c


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/smb2/fileio.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/smb2/fileio.c	2006-05-21 10:13:49 UTC (rev 15770)
+++ branches/SAMBA_4_0/source/smb_server/smb2/fileio.c	2006-05-21 10:42:29 UTC (rev 15771)
@@ -45,7 +45,7 @@
 	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);
 }



More information about the samba-cvs mailing list