From: Patrick Cloke Date: Sun, 23 Apr 2017 13:11:12 +0000 (-0400) Subject: get-remote-ring's "other" report should only have two items. X-Git-Tag: rec-4.0.7~2^2~12^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af9f4e725b1ab5327066a79b26f789435794704d;p=pdns get-remote-ring's "other" report should only have two items. (cherry picked from commit d6dcfe36c0d2bb5563322ec90167b5bd4e9efb6b) --- 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), "" }); }