kdc-db-glue: Fix function format of samba_kdc_message2entry()
authorAndreas Schneider <asn@samba.org>
Wed, 25 Feb 2015 10:54:52 +0000 (11:54 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 20 Mar 2015 22:25:54 +0000 (23:25 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/kdc/db-glue.c

index e2f418cc15b8de2bd2e37ae409d1c2bdf4ec2a35..6bcfad5729c5316f1273fdb3941b962fe5052df9 100644 (file)
@@ -545,7 +545,8 @@ out:
  */
 static krb5_error_code samba_kdc_message2entry(krb5_context context,
                                               struct samba_kdc_db_context *kdc_db_ctx,
-                                              TALLOC_CTX *mem_ctx, krb5_const_principal principal,
+                                              TALLOC_CTX *mem_ctx,
+                                              krb5_const_principal principal,
                                               enum samba_kdc_ent_type ent_type,
                                               unsigned flags,
                                               struct ldb_dn *realm_dn,