[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu May 5 05:40:02 MDT 2011


The branch, master has been updated
       via  82b9fa3 s3: Fix dup_smb2_vec3
      from  323c744 s4-auth: removed the password combinations code in auth_unix

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 82b9fa3a199031217bd98d846f2386b556911fa2
Author: Volker Lendecke <vl at samba.org>
Date:   Thu May 5 12:17:41 2011 +0200

    s3: Fix dup_smb2_vec3
    
    Metze, Jeremy, please check!
    
    Thanks,
    
    Volker
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Thu May  5 13:39:40 CEST 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/smb2_server.c b/source3/smbd/smb2_server.c
index ae15bd1..7cbe90a 100644
--- a/source3/smbd/smb2_server.c
+++ b/source3/smbd/smb2_server.c
@@ -608,7 +608,7 @@ static bool dup_smb2_vec3(TALLOC_CTX *ctx,
 			srcvec[1].iov_base ==
 				((uint8_t *)srcvec[0].iov_base) +
 					SMB2_HDR_BODY) {
-		outvec[1].iov_base = ((uint8_t *)outvec[1].iov_base) +
+		outvec[1].iov_base = ((uint8_t *)outvec[0].iov_base) +
 					SMB2_HDR_BODY;
 		outvec[1].iov_len = 8;
 	} else {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list