[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-15-g0524d24

Volker Lendecke vlendec at samba.org
Fri Jun 19 15:37:56 GMT 2009


The branch, master has been updated
       via  0524d24fb217813e4939b299b1fabe9a54b4216e (commit)
      from  8d1b81926d95f149936f3eb0a50355707d6c8bfa (commit)

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


- Log -----------------------------------------------------------------
commit 0524d24fb217813e4939b299b1fabe9a54b4216e
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Jun 19 17:36:38 2009 +0200

    Add a missing talloc_move() in tldap_search_recv

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

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


Changeset truncated at 500 lines:

diff --git a/source3/lib/tldap.c b/source3/lib/tldap.c
index e1dd676..37caa08 100644
--- a/source3/lib/tldap.c
+++ b/source3/lib/tldap.c
@@ -1195,7 +1195,7 @@ int tldap_search_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
 		}
 	}
 
-	*pmsg = state->result;
+	*pmsg = talloc_move(mem_ctx, &state->result);
 	return TLDAP_SUCCESS;
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list