From af9f4e725b1ab5327066a79b26f789435794704d Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Sun, 23 Apr 2017 09:11:12 -0400 Subject: [PATCH] get-remote-ring's "other" report should only have two items. (cherry picked from commit d6dcfe36c0d2bb5563322ec90167b5bd4e9efb6b) --- pdns/ws-recursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/ws-recursor.cc b/pdns/ws-recursor.cc index 6dc2b7109..393a74b77 100644 --- a/pdns/ws-recursor.cc +++ b/pdns/ws-recursor.cc @@ -525,7 +525,7 @@ void RecursorWebServer::jsonstat(HttpRequest* req, HttpResponse *resp) } if(queries.size() != totIncluded) { entries.push_back(Json::array { - (int)(queries.size() - totIncluded), "", "" + (int)(queries.size() - totIncluded), "" }); } -- 2.40.0