[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1375-g15d0e57

Günther Deschner gd at samba.org
Tue Jan 15 14:49:23 GMT 2008


The branch, v3-2-test has been updated
       via  15d0e574386e39a4d2fa61cd268b48dfa5c84dcb (commit)
      from  586d6cef521cebfd6fe2d433fdef498d4a59cb1b (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 15d0e574386e39a4d2fa61cd268b48dfa5c84dcb
Author: Günther Deschner <gd at samba.org>
Date:   Tue Jan 15 15:48:48 2008 +0100

    Remove unrequired TALLOC_FREE.
    
    Guenther

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

Summary of changes:
 source/libnet/libnet_join.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/libnet/libnet_join.c b/source/libnet/libnet_join.c
index c60f4c9..ce3a596 100644
--- a/source/libnet/libnet_join.c
+++ b/source/libnet/libnet_join.c
@@ -236,7 +236,6 @@ static ADS_STATUS libnet_join_find_machine_acct(TALLOC_CTX *mem_ctx,
 		goto done;
 	}
 
-	TALLOC_FREE(r->out.dn);
 	r->out.dn = talloc_strdup(mem_ctx, dn);
 	if (!r->out.dn) {
 		status = ADS_ERROR_LDAP(LDAP_NO_MEMORY);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list