[SCM] Samba Shared Repository - branch v3-6-test updated

Jeremy Allison jra at samba.org
Fri Jan 14 10:19:20 MST 2011


The branch, v3-6-test has been updated
       via  c17f3e7 s3: Fix bug 7917: Yet another bug in chain_reply
      from  7028b29 s3-waf: fix the build after rpc_winreg removal.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit c17f3e741d3dd574f7a2a6f8e3208462f610d214
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Jan 14 16:43:00 2011 +0100

    s3: Fix bug 7917: Yet another bug in chain_reply
    
    Found by Michael Hanscho <samba at micha.priv.at> with a WinCE client.
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Fri Jan 14 17:42:05 CET 2011 on sn-devel-104
    (cherry picked from commit 109cbe37a2cf819f297b1ebf63f1817579bedf02)

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/process.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index e5b6f68..4a93e7f 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -2039,8 +2039,8 @@ void chain_reply(struct smb_request *req)
 		 * Update smb headers where subsequent chained commands
 		 * may have updated them.
 		 */
-		SCVAL(req->chain_outbuf, smb_tid, CVAL(req->outbuf, smb_tid));
-		SCVAL(req->chain_outbuf, smb_uid, CVAL(req->outbuf, smb_uid));
+		SSVAL(req->chain_outbuf, smb_tid, SVAL(req->outbuf, smb_tid));
+		SSVAL(req->chain_outbuf, smb_uid, SVAL(req->outbuf, smb_uid));
 
 		if (!smb_splice_chain(&req->chain_outbuf,
 				      CVAL(req->outbuf, smb_com),


-- 
Samba Shared Repository


More information about the samba-cvs mailing list