krb5_set_default_realm.3 man page update
Since the memory is allocated inside the Kerberos library, it should be freed by code inside the same library. free, as previously recommended, therefore doesn't seem appropriate. Instead, recommend krb5_xfree, which exists for this purpose. krb5_set_default_realm.3 man page update Change-Id: I11d119edf03148cbdc654480c72ddffb540084ec
This commit is contained in:

committed by
Jeffrey Altman

parent
f10de508a6
commit
a2ca442760
@@ -95,7 +95,7 @@ frees all memory allocated by
|
||||
.Fn krb5_get_default_realm
|
||||
returns the first default realm for this host.
|
||||
The realm returned should be freed with
|
||||
.Fn free .
|
||||
.Fn krb5_xfree .
|
||||
.Pp
|
||||
.Fn krb5_get_default_realms
|
||||
returns a
|
||||
|
Reference in New Issue
Block a user