diff options
| author | W. Trevor King <wking@tremily.us> | 2012-05-17 21:26:36 -0400 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2012-05-23 15:56:21 -0400 |
| commit | 372b3e2a4f3bd9d1b2e05abec4c04b99962e582f (patch) | |
| tree | 9c92308e48f76f8efc15d92dda32cc5dadd6e428 /src/include/k5-int.h | |
| parent | 9fa7456b57eb59a4302f50a0254e9981d23dc590 (diff) | |
| download | krb5-372b3e2a4f3bd9d1b2e05abec4c04b99962e582f.tar.gz krb5-372b3e2a4f3bd9d1b2e05abec4c04b99962e582f.tar.xz krb5-372b3e2a4f3bd9d1b2e05abec4c04b99962e582f.zip | |
Convert DEBUG_REFERRALS to TRACE_* framework
The referrals debugging code under DEBUG_REFERRALS ceased building
correctly at some point. Convert this debugging code to use the
tracing framework instead, including adding new trace macros to
k5-trace.h.
ticket: 7151
Diffstat (limited to 'src/include/k5-int.h')
| -rw-r--r-- | src/include/k5-int.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 1ea8c10c9..ca18baf13 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -2272,14 +2272,9 @@ extern krb5_error_code krb5int_c_mandatory_cksumtype(krb5_context, krb5_enctype, krb5_cksumtype *); /* - * Referral definitions, debugging hooks, and subfunctions. + * Referral definitions and subfunctions. */ #define KRB5_REFERRAL_MAXHOPS 10 -/* #define DEBUG_REFERRALS */ - -#ifdef DEBUG_REFERRALS -void krb5int_dbgref_dump_principal(char *, krb5_principal); -#endif /* Common hostname-parsing code. */ krb5_error_code |
