[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Fri May 7 01:34:30 MDT 2010


The branch, master has been updated
       via  882fb18... Fix crash in cancel-tdis lock test. Correctly shut down connection.
      from  815fcfb... build: treat a blank --build or --host as not a cross-compile

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


- Log -----------------------------------------------------------------
commit 882fb1828f766f2c532c32472ab7ab81f03cd906
Author: Jeremy Allison <jra at samba.org>
Date:   Fri May 7 00:33:59 2010 -0700

    Fix crash in cancel-tdis lock test. Correctly shut down connection.
    
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/smb2_tcon.c b/source3/smbd/smb2_tcon.c
index f3efb83..0f765d6 100644
--- a/source3/smbd/smb2_tcon.c
+++ b/source3/smbd/smb2_tcon.c
@@ -128,7 +128,7 @@ static int smbd_smb2_tcon_destructor(struct smbd_smb2_tcon *tcon)
 	DLIST_REMOVE(tcon->session->tcons.list, tcon);
 
 	if (tcon->compat_conn) {
-		conn_free(tcon->compat_conn);
+		close_cnum(tcon->compat_conn, tcon->session->vuid);
 	}
 
 	tcon->compat_conn = NULL;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list