Add kdc_timeout to context.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2409 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-17 22:55:01 +00:00
parent 88fea9a9ea
commit edb90a0e54

View File

@@ -236,6 +236,7 @@ typedef struct krb5_context_data{
krb5_enctype *etypes;
char *default_realm;
time_t max_skew;
time_t kdc_timeout;
krb5_config_section *cf;
struct error_table *et_list;
krb5_cc_ops *cc_ops;