From ab07e0bd1ba6cac253c52a1ba030a72c32cab13d Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 14 Nov 2012 13:35:54 -0800 Subject: [PATCH] [v9_9] minor cleanup --- bin/named/statschannel.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bin/named/statschannel.c b/bin/named/statschannel.c index dac01dcbc9..118a7ef78f 100644 --- a/bin/named/statschannel.c +++ b/bin/named/statschannel.c @@ -566,7 +566,7 @@ dump_counters(isc_stats_t *stats, statsformat_t type, void *arg, TRY0(xmlTextWriterEndElement(writer)); /* counter */ } -#else +#else /* !NEWSTATS */ writer = arg; if (category != NULL) { @@ -596,10 +596,8 @@ dump_counters(isc_stats_t *stats, statsformat_t type, void *arg, TRY0(xmlTextWriterEndElement(writer)); /* counter */ if (category != NULL) TRY0(xmlTextWriterEndElement(writer)); /* category */ -#endif -/*endif newstats*/ -#endif -/*endif libxml2*/ +#endif /* NEWSTATS */ +#endif /* LIBXML2 */ break; } }