From: Mark Andrews Date: Thu, 14 Mar 2013 00:13:39 +0000 (+1100) Subject: make work without json X-Git-Tag: v9.10.0a1~448^2~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f06836037b038e5b051dc0a6f910c6c38ccff64;p=thirdparty%2Fbind9.git make work without json --- diff --git a/bin/named/statschannel.c b/bin/named/statschannel.c index 1684622044e..0cee240fb79 100644 --- a/bin/named/statschannel.c +++ b/bin/named/statschannel.c @@ -638,8 +638,8 @@ dump_counters(isc_stats_t *stats, isc_statsformat_t type, void *arg, if (counter == NULL) return (ISC_R_NOMEMORY); json_object_object_add(cat, desc[index], counter); - break; #endif + break; } } return (ISC_R_SUCCESS);