diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 249cbbf80..6405bc85f 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -283,7 +283,7 @@ typedef struct krb5_context_data { int32_t kdc_sec_offset; int32_t kdc_usec_offset; krb5_config_section *cf; - struct error_table *et_list; + struct et_list *et_list; struct krb5_log_facility *warn_dest; krb5_cc_ops *cc_ops; int num_ops;