Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 772 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. (cherry picked from commit d5aac5c1a010410e79cce4219e618d9ce27d8621) https://github.com/krb5/krb5/commit/543a2602053c9348dcdbb49c8d2c8581886bb89e Author: Greg Hudson Committer: Tom Yu Commit: 543a2602053c9348dcdbb49c8d2c8581886bb89e Branch: krb5-1.11 src/include/k5-trace.h | 7 ------- src/lib/krb5/os/hst_realm.c | 2 -- 2 files changed, 0 insertions(+), 9 deletions(-)