diff options
| author | Greg Hudson <ghudson@mit.edu> | 2012-11-25 17:53:02 -0500 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2012-11-25 17:54:50 -0500 |
| commit | d5aac5c1a010410e79cce4219e618d9ce27d8621 (patch) | |
| tree | c1c2546102f9e4f7cf57d71239bcd0223b178e53 /src/lib | |
| parent | 54f325ea0be4c782dcba5b12b5eeec13883f546f (diff) | |
| download | krb5-d5aac5c1a010410e79cce4219e618d9ce27d8621.tar.gz krb5-d5aac5c1a010410e79cce4219e618d9ce27d8621.tar.xz krb5-d5aac5c1a010410e79cce4219e618d9ce27d8621.zip | |
Remove broken clean_hostname trace messages
The trace messages in krb5int_clean_hostname were outputting the
entire contents of the output buffer (mostly uninitialized garbage)
into the trace log. Since these messages were essentially redundant
with messages in the callers, and were arguably at too low of a level
to begin with, simply remove them.
ticket: 7459 (new)
target_version: 1.11
tags: pullup
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/os/hst_realm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/krb5/os/hst_realm.c b/src/lib/krb5/os/hst_realm.c index f5cec66f1..7bfce5ef9 100644 --- a/src/lib/krb5/os/hst_realm.c +++ b/src/lib/krb5/os/hst_realm.c @@ -375,7 +375,6 @@ krb5int_clean_hostname(krb5_context context, int l; local_host[0]=0; - TRACE_CLEAN_HOSTNAME(context, host, lhsize, local_host); if (host) { /* Filter out numeric addresses if the caller utterly failed to convert them to names. */ @@ -418,7 +417,6 @@ krb5int_clean_hostname(krb5_context context, if (l && local_host[l-1] == '.') local_host[l-1] = 0; - TRACE_CLEAN_HOSTNAME_RETURN(context, host, lhsize, local_host); return 0; } |
