kdc: remove unused padata field from astgs_request_t

This commit is contained in:
Luke Howard
2021-12-23 20:22:41 +11:00
committed by Nico Williams
parent e81bcb71f3
commit 36fe09f433

View File

@@ -71,7 +71,6 @@ struct astgs_request_desc {
ASTGS_REQUEST_DESC_COMMON_ELEMENTS; ASTGS_REQUEST_DESC_COMMON_ELEMENTS;
/* Only AS */ /* Only AS */
METHOD_DATA *padata;
METHOD_DATA outpadata; METHOD_DATA outpadata;
const struct kdc_patypes *pa_used; const struct kdc_patypes *pa_used;
struct as_request_pa_state *pa_state; struct as_request_pa_state *pa_state;