[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Fri Jan 13 05:17:03 MST 2012


The branch, master has been updated
       via  afb8a7c s3: Fix the talloc hierarchy in fetch_share_mode_unlocked
      from  1bbcc65 s3-waf: check for KRB5_PDU_NONE as in the autoconf build.

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


- Log -----------------------------------------------------------------
commit afb8a7c87083cbfe0fb1fd32e37ab9736136908b
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Jan 11 19:51:53 2012 +0100

    s3: Fix the talloc hierarchy in fetch_share_mode_unlocked
    
    Thanks, metze for noticing!
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Fri Jan 13 13:16:44 CET 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/locking/share_mode_lock.c b/source3/locking/share_mode_lock.c
index 3b353d6..002a399 100644
--- a/source3/locking/share_mode_lock.c
+++ b/source3/locking/share_mode_lock.c
@@ -454,7 +454,7 @@ struct share_mode_lock *fetch_share_mode_unlocked(TALLOC_CTX *mem_ctx,
 		TALLOC_FREE(data.dptr);
 		return NULL;
 	}
-	lck->data = parse_share_modes(mem_ctx, data);
+	lck->data = parse_share_modes(lck, data);
 	TALLOC_FREE(data.dptr);
 	if (lck->data == NULL) {
 		TALLOC_FREE(lck);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list