svn commit: samba r11894 - in branches/SAMBA_4_0/source/libcli/smb2: .

tridge at samba.org tridge at samba.org
Fri Nov 25 06:50:30 GMT 2005


Author: tridge
Date: 2005-11-25 06:50:29 +0000 (Fri, 25 Nov 2005)
New Revision: 11894

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

Log:

fixed SMB2 trans code for pipe_flags



Modified:
   branches/SAMBA_4_0/source/libcli/smb2/trans.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/smb2/trans.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/smb2/trans.c	2005-11-25 06:48:12 UTC (rev 11893)
+++ branches/SAMBA_4_0/source/libcli/smb2/trans.c	2005-11-25 06:50:29 UTC (rev 11894)
@@ -38,7 +38,7 @@
 	if (req == NULL) return NULL;
 
 	SSVAL(req->out.body, 0x02, 0); /* pad */
-	SIVAL(req->out.body, 0x04, io->in.unknown1);
+	SIVAL(req->out.body, 0x04, io->in.pipe_flags);
 	smb2_push_handle(req->out.body+0x08, &io->in.handle);
 	SIVAL(req->out.body, 0x20, io->in.unknown2);
 	SIVAL(req->out.body, 0x2C, io->in.max_response_size);



More information about the samba-cvs mailing list