diff --git a/net_io.c b/net_io.c index 78d8726..0276f61 100644 --- a/net_io.c +++ b/net_io.c @@ -900,6 +900,7 @@ static char * appendStatsJson(char *p, (unsigned long long)reader_cpu_millis, (unsigned long long)background_cpu_millis, st->messages_total); + } return p; }