From a713514a78a89803d9d87155c8ac3ae761cc950d Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 25 Mar 2009 12:43:12 +0000 Subject: Make our stats xml validate again --- ot_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_stats.c') diff --git a/ot_stats.c b/ot_stats.c index e4c607a..a8b442f 100644 --- a/ot_stats.c +++ b/ot_stats.c @@ -476,7 +476,7 @@ static size_t stats_return_everything( char * reply ) { r += sprintf( r, " \n" ); r += sprintf( r, " \n %llu\n \n", stats.peer_count ); r += sprintf( r, " \n %llu\n \n", stats.seed_count ); - r += sprintf( r, " \n %llu\n \n %llu\n \n", ot_overall_completed ); r += sprintf( r, " \n" ); r += sprintf( r, " \n %llu\n %llu\n %llu\n \n", ot_overall_tcp_connections, ot_overall_tcp_successfulannounces, ot_overall_udp_successfulscrapes ); r += sprintf( r, " \n %llu\n %llu\n %llu\n %llu\n \n", ot_overall_udp_connections, ot_overall_udp_connects, ot_overall_udp_successfulannounces, ot_overall_udp_successfulscrapes ); -- cgit v1.2.3