krb5_expand_hostname_realms result should be free with krb5_free_host_realm

drop krb5_get_host_realm text


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14081 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-07-26 17:56:54 +00:00
parent 394097ae26
commit 23796c7b70

View File

@@ -75,12 +75,17 @@ and return the realms
.Fa new_hostname
is belive to belong to in
.Fa realms .
.Fn krb5_get_host_realm
is used to determine the the realms.
Caller must free the hostname with
.Xr free 3
and the realmlist with
.Fn krb5_free_host_realm .
.Fa Realms
is a array terminated with
.Dv NULL .
Caller must free the
.Fa realms
with
.Fn krb5_free_host_realm
and
.Fa new_hostname
with
.Xr free 3 .
.Sh SEE ALSO
.Xr krb5 3 ,
.Xr krb5_free_host_realm 3 ,