1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r3796: Patch from Jay Fenlason <fenlason@redhat.com>. Don't free static buffers.

Jeremy.
This commit is contained in:
Jeremy Allison 2004-11-17 01:43:36 +00:00 committed by Gerald (Jerry) Carter
parent 6101ec2247
commit 53acf222a8

View File

@ -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