krb5_wrap: Remove redundant comment
authorAndreas Schneider <asn@samba.org>
Mon, 29 Aug 2016 06:36:59 +0000 (08:36 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 31 Aug 2016 18:59:14 +0000 (20:59 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/krb5_wrap/krb5_samba.c

index 945a7e3fd753455996655ade613aae9cc32407aa..74598f975444a8c49bc99d6492f63a64eb3fb18c 100644 (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,