krb5_wrap: fix documentation for smb_krb5_principal_get_comp_string().
authorGünther Deschner <gd@samba.org>
Tue, 10 Feb 2015 12:38:41 +0000 (13:38 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 27 Mar 2015 00:26:16 +0000 (01:26 +0100)
Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/krb5_wrap/krb5_samba.c

index b70c0d314d253ce418b242ae305150fe95ecaad3..22975c1c8a3cb05b980bba52d136ab283154ac70 100644 (file)
@@ -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,