From 878eb853df3e52d5f09fafa91c4c7410a27293e5 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 7 Sep 2009 20:38:29 -0700 Subject: [PATCH] Add debug_dest member --- lib/krb5/krb5_locl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/krb5/krb5_locl.h b/lib/krb5/krb5_locl.h index 2dc8711de..71dc1327c 100644 --- a/lib/krb5/krb5_locl.h +++ b/lib/krb5/krb5_locl.h @@ -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;