kdc: Quiet warning in FAST unwrap

I believe tgs_ac is not NULL at that location, but ac definitely isn't.
This commit is contained in:
Nicolas Williams
2023-01-02 20:50:24 -06:00
parent 16c9813140
commit a9c0b8f264

View File

@@ -632,7 +632,7 @@ fast_unwrap_request(astgs_request_t r,
if (r->explicit_armor_present) {
ret = _krb5_fast_explicit_armor_key(r->context,
&armorkey,
tgs_ac->remote_subkey,
ac->remote_subkey,
&explicit_armorkey,
&r->armor_crypto);
if (ret)