mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4:kdc: remove unused principal argument to samba_kdc_trust_message2entry()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
79565856c2
commit
d5951bbfa7
@ -1337,7 +1337,7 @@ out:
|
||||
*/
|
||||
static krb5_error_code samba_kdc_trust_message2entry(krb5_context context,
|
||||
struct samba_kdc_db_context *kdc_db_ctx,
|
||||
TALLOC_CTX *mem_ctx, krb5_const_principal principal,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
enum trust_direction direction,
|
||||
struct ldb_dn *realm_dn,
|
||||
unsigned flags,
|
||||
@ -2064,7 +2064,7 @@ static krb5_error_code samba_kdc_fetch_krbtgt(krb5_context context,
|
||||
}
|
||||
|
||||
ret = samba_kdc_trust_message2entry(context, kdc_db_ctx, mem_ctx,
|
||||
principal, direction,
|
||||
direction,
|
||||
realm_dn, flags, kvno, msg, entry_ex);
|
||||
if (ret != 0) {
|
||||
krb5_warnx(context, "samba_kdc_fetch: trust_message2entry failed for %s",
|
||||
|
Loading…
Reference in New Issue
Block a user