[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Nov 5 06:42:45 MST 2009


The branch, master has been updated
       via  b5afbb6... s3: Fix the talloc hierarchy in notify_remove_onelevel
      from  1685ee3... s4:torture/rpc/samr - Add a comment for "ValidatePassword" test

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


- Log -----------------------------------------------------------------
commit b5afbb687d9ca0bc15f5dc59498f9d53bd8b4bf1
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Nov 5 14:29:05 2009 +0100

    s3: Fix the talloc hierarchy in notify_remove_onelevel
    
    We want to free the record early, not when talloc_tos() is free'ed.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/notify_internal.c b/source3/smbd/notify_internal.c
index 973db7b..3f61de5 100644
--- a/source3/smbd/notify_internal.c
+++ b/source3/smbd/notify_internal.c
@@ -551,7 +551,7 @@ NTSTATUS notify_remove_onelevel(struct notify_context *notify,
 	}
 
 	rec = notify->db_onelevel->fetch_locked(
-		notify->db_onelevel, talloc_tos(),
+		notify->db_onelevel, array,
 		make_tdb_data((uint8_t *)fid, sizeof(*fid)));
 	if (rec == NULL) {
 		DEBUG(10, ("notify_remove_onelevel: fetch_locked for %s failed"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list