From: Alan T. DeKok Date: Tue, 31 May 2011 18:39:42 +0000 (+0200) Subject: Last set of vp_print fixes X-Git-Tag: release_2_1_11~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb6ad66fa44764a38c25c2951aee0e8ea05d0413;p=thirdparty%2Ffreeradius-server.git Last set of vp_print fixes --- diff --git a/src/include/libradius.h b/src/include/libradius.h index 354e632a5d4..7dd6b44c731 100644 --- a/src/include/libradius.h +++ b/src/include/libradius.h @@ -72,9 +72,7 @@ extern "C" { #define VENDORPEC_STARENT 8164 # define DEBUG if (fr_debug_flag && fr_log_fp) fr_printf_log # define debug_pair(vp) do { if (fr_debug_flag && fr_log_fp) { \ - fputc('\t', fr_log_fp); \ vp_print(fr_log_fp, vp); \ - fputc('\n', fr_log_fp); \ } \ } while(0) # define TAG_VALID(x) ((x) > 0 && (x) < 0x20)