1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

krb5_wrap: Remove redundant comment

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2016-08-29 08:36:59 +02:00 committed by Andrew Bartlett
parent 884972fee3
commit e27c5288b3

View File

@ -614,7 +614,7 @@ done:
}
/*
/**
* @brief Get talloced string component of a principal
*
* @param[in] mem_ctx The TALLOC_CTX
@ -626,8 +626,6 @@ done:
* Caller must talloc_free if the return value is not NULL.
*
*/
/* 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,