diff options
author | Günther Deschner <gd@samba.org> | 2008-01-15 15:48:48 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-15 15:48:48 +0100 |
commit | 40222cc8e211c9d82a75d57b802ced11172937e5 (patch) | |
tree | 7e537bc96b02544285d71c152216adb04543676c /source3/libnet | |
parent | 2ae6feb5779788a7e8e0ef0f092043ae0dfb1dcb (diff) | |
download | samba-40222cc8e211c9d82a75d57b802ced11172937e5.tar.gz samba-40222cc8e211c9d82a75d57b802ced11172937e5.tar.bz2 samba-40222cc8e211c9d82a75d57b802ced11172937e5.zip |
Remove unrequired TALLOC_FREE.
Guenther
(This used to be commit 15d0e574386e39a4d2fa61cd268b48dfa5c84dcb)
Diffstat (limited to 'source3/libnet')
-rw-r--r-- | source3/libnet/libnet_join.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libnet/libnet_join.c b/source3/libnet/libnet_join.c index c60f4c9803..ce3a5969a4 100644 --- a/source3/libnet/libnet_join.c +++ b/source3/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); |