mirror of
https://github.com/samba-team/samba.git
synced 2025-11-27 08:23:49 +03:00
Remove unrequired TALLOC_FREE.
Guenther
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user