svn commit: samba r10749 - in branches/SAMBA_3_0/source/smbd: .

jra at samba.org jra at samba.org
Thu Oct 6 00:21:03 GMT 2005


Author: jra
Date: 2005-10-06 00:21:02 +0000 (Thu, 06 Oct 2005)
New Revision: 10749

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

Log:
Remove one more Samba4 smbtorture RAW-OPEN difference from W2K3.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/smbd/reply.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/reply.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/reply.c	2005-10-06 00:20:59 UTC (rev 10748)
+++ branches/SAMBA_3_0/source/smbd/reply.c	2005-10-06 00:21:02 UTC (rev 10749)
@@ -1353,7 +1353,7 @@
 		put_dos_date3(outbuf,smb_vwv2,mtime);
 	}
 	SIVAL(outbuf,smb_vwv4,(uint32)size);
-	SSVAL(outbuf,smb_vwv6,GET_OPENX_MODE(deny_mode));
+	SSVAL(outbuf,smb_vwv6,deny_mode);
 
 	if (oplock_request && lp_fake_oplocks(SNUM(conn))) {
 		SCVAL(outbuf,smb_flg,CVAL(outbuf,smb_flg)|CORE_OPLOCK_GRANTED);



More information about the samba-cvs mailing list