(krb5_context_data): et_list' should be struct et_list *'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4454 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-02-26 01:39:23 +00:00
parent a4349f83c2
commit 72996a5e03

View File

@@ -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;