From: Andreas Schneider Date: Thu, 15 Jul 2021 06:48:37 +0000 (+0200) Subject: mit-samba: Only set the function opening bracket once X-Git-Tag: ldb-2.5.0~1023 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=104fc3539090ae9e161945ef9d18d897e3b71fed;p=thirdparty%2Fsamba.git mit-samba: Only set the function opening bracket once Reviewed-by: Andrew Bartlett Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Thu Aug 5 10:33:18 UTC 2021 on sn-devel-184 --- diff --git a/source4/kdc/mit-kdb/kdb_samba_policies.c b/source4/kdc/mit-kdb/kdb_samba_policies.c index a8cf280bdb3..c431567a7f4 100644 --- a/source4/kdc/mit-kdb/kdb_samba_policies.c +++ b/source4/kdc/mit-kdb/kdb_samba_policies.c @@ -304,7 +304,6 @@ krb5_error_code kdb_samba_db_sign_auth_data(krb5_context context, krb5_timestamp authtime, krb5_authdata **tgt_auth_data, krb5_authdata ***signed_auth_data) -{ #else krb5_error_code kdb_samba_db_sign_auth_data(krb5_context context, unsigned int flags, @@ -324,8 +323,8 @@ krb5_error_code kdb_samba_db_sign_auth_data(krb5_context context, void *authdata_info, krb5_data ***auth_indicators, krb5_authdata ***signed_auth_data) -{ #endif +{ krb5_authdata **authdata = NULL; krb5_boolean is_as_req; krb5_error_code code;