Add debug_dest member

This commit is contained in:
Love Hornquist Astrand
2009-09-07 20:38:29 -07:00
parent 6770fd45e1
commit 878eb853df

View File

@@ -234,6 +234,7 @@ typedef struct krb5_context_data {
krb5_config_section *cf;
struct et_list *et_list;
struct krb5_log_facility *warn_dest;
struct krb5_log_facility *debug_dest;
const krb5_cc_ops **cc_ops;
int num_cc_ops;
const char *http_proxy;