* Makefile.in (t_an_to_ln): Use $(LD) instead of $(CC) to link final
authorTheodore Tso <tytso@mit.edu>
Thu, 21 Dec 1995 23:19:13 +0000 (23:19 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 21 Dec 1995 23:19:13 +0000 (23:19 +0000)
commitfa6ceead4e5622dee740781ddfa9e0e3a7ce053c
tree6b14407db5321e12872187456f2b8424b74a0b70
parent30a67999aac0717b5868dbf8683bdb8b65af5d87
* Makefile.in (t_an_to_ln): Use $(LD) instead of $(CC) to link final
executables, so that we can more easily use purify.

* hst_realm.c (krb5_get_host_realm): Eliminate memory leak; realm was
already being allocated by the profile library; no reason to
reallocate it again.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7241 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/os/ChangeLog
src/lib/krb5/os/Makefile.in
src/lib/krb5/os/hst_realm.c