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 .Fa new_hostname
is belive to belong to in is belive to belong to in
.Fa realms . .Fa realms .
.Fn krb5_get_host_realm .Fa Realms
is used to determine the the realms. is a array terminated with
Caller must free the hostname with .Dv NULL .
.Xr free 3 Caller must free the
and the realmlist with .Fa realms
.Fn krb5_free_host_realm . with
.Fn krb5_free_host_realm
and
.Fa new_hostname
with
.Xr free 3 .
.Sh SEE ALSO .Sh SEE ALSO
.Xr krb5 3 , .Xr krb5 3 ,
.Xr krb5_free_host_realm 3 , .Xr krb5_free_host_realm 3 ,