diff options
author | Jeremy Allison <jra@samba.org> | 2004-11-17 01:43:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:53:18 -0500 |
commit | 6ab46e3fd2cb2394bb00b45ded0e372d0992284a (patch) | |
tree | fcb5d791d7d33594420f244eecebfa1d6bba9418 /source3/libads | |
parent | 6192b3121f36ce23dbcbf51209014cc37aa6d49d (diff) | |
download | samba-6ab46e3fd2cb2394bb00b45ded0e372d0992284a.tar.gz samba-6ab46e3fd2cb2394bb00b45ded0e372d0992284a.tar.bz2 samba-6ab46e3fd2cb2394bb00b45ded0e372d0992284a.zip |
r3796: Patch from Jay Fenlason <fenlason@redhat.com>. Don't free static buffers.
Jeremy.
(This used to be commit 53acf222a86a1420abbba08a2cde27a86debe403)
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libads/util.c b/source3/libads/util.c index f5b8873538..4a4d90d7fb 100644 --- a/source3/libads/util.c +++ b/source3/libads/util.c @@ -62,7 +62,6 @@ ADS_STATUS ads_change_trust_account_password(ADS_STRUCT *ads, char *host_princip failed: SAFE_FREE(service_principal); SAFE_FREE(password); - SAFE_FREE(new_password); return ret; } #endif |