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.1.0-alpha1~149^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5261%2Fhead;p=thirdparty%2Fpdns.git get-remote-ring's "other" report should only have two items. --- diff --git a/pdns/ws-recursor.cc b/pdns/ws-recursor.cc index 929d6c2488..f3b624fa6d 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), "" }); }