log if we have FAST PA or not

This commit is contained in:
Love Hornquist Astrand
2011-05-09 21:17:29 -07:00
committed by Love Hörnquist Åstrand
parent 17d5f8d19e
commit 65254713a2

View File

@@ -2317,6 +2317,14 @@ _kdc_tgs_rep(krb5_context context,
goto out;
}
{
int i = 0;
const PA_DATA *pa = _kdc_find_padata(req, &i, KRB5_PADATA_FX_FAST);
if (pa)
kdc_log(context, config, 10, "Got TGS FAST request");
}
ret = tgs_build_reply(context,
config,
req,