The branch, master has been updated
       via  6d37cd3 s3:smbd: pass expected_seq_low to smbd_initialize_smb2
      from  9893888 Change the libreadline word-break character set to only 
space, TAB and NL so that we can attempt to do tab completion across 
backslashes.

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


- Log -----------------------------------------------------------------
commit 6d37cd3d56cac1ac78f25394a72c68191e50e901
Author: Ralph Boehme <[email protected]>
Date:   Wed Oct 7 06:55:44 2015 +0100

    s3:smbd: pass expected_seq_low to smbd_initialize_smb2
    
    This is in preparation of multi-channel connection passing. This commit
    should have been part of 1bb46da.
    
    Signed-off-by: Ralph Boehme <[email protected]>
    Reviewed-by: Michael Adam <[email protected]>
    
    Autobuild-User(master): Michael Adam <[email protected]>
    Autobuild-Date(master): Wed Oct  7 11:29:11 CEST 2015 on sn-devel-104

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

Summary of changes:
 source3/smbd/smb2_server.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/smb2_server.c b/source3/smbd/smb2_server.c
index 7120ce5..29131ea 100644
--- a/source3/smbd/smb2_server.c
+++ b/source3/smbd/smb2_server.c
@@ -3161,7 +3161,7 @@ void smbd_smb2_process_negprot(struct smbXsrv_connection 
*xconn,
        DEBUG(10,("smbd_smb2_first_negprot: packet length %u\n",
                 (unsigned int)size));
 
-       status = smbd_initialize_smb2(xconn, 0);
+       status = smbd_initialize_smb2(xconn, expected_seq_low);
        if (!NT_STATUS_IS_OK(status)) {
                smbd_server_connection_terminate(xconn, nt_errstr(status));
                return;


-- 
Samba Shared Repository

Reply via email to