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_3_0_0_beta0~789 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe8a67731ac7024ff558c43ae5ff621050b4951b;p=thirdparty%2Ffreeradius-server.git Last set of vp_print fixes --- diff --git a/src/include/libradius.h b/src/include/libradius.h index ee992d86aa5..818d38f03f0 100644 --- a/src/include/libradius.h +++ b/src/include/libradius.h @@ -75,9 +75,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)