mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
krb5_wrap: fix documentation for smb_krb5_principal_get_comp_string().
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
e38acb344a
commit
212a9e06c6
@ -925,7 +925,7 @@ done:
|
||||
*
|
||||
*/
|
||||
|
||||
/* caller has to free returned string with free() */
|
||||
/* caller has to free returned string with talloc_free() */
|
||||
char *smb_krb5_principal_get_comp_string(TALLOC_CTX *mem_ctx,
|
||||
krb5_context context,
|
||||
krb5_const_principal principal,
|
||||
|
Loading…
Reference in New Issue
Block a user