krb5: pass realm to _krb5_make_fast_ap_fxarmor()

Fix merge issue introduced in ef1d63a9 which did not update the call
site after updating the _krb5_make_fast_ap_fxarmor() prototype to take
the realm (used in the anonymous PKINIT case).
This commit is contained in:
Luke Howard
2021-08-11 19:05:19 +10:00
parent ab3d52e1a2
commit 0c74bec235

View File

@@ -2038,6 +2038,7 @@ make_fast_ap_fxarmor(krb5_context context,
ret = _krb5_make_fast_ap_fxarmor(context,
state->armor_ccache,
realm,
&fxarmor->armor_value,
&state->armor_key,
&state->armor_crypto);