]> granicus.if.org Git - pdns/commitdiff
get-remote-ring's "other" report should only have two items.
authorPatrick Cloke <clokep@patrick.cloke.us>
Sun, 23 Apr 2017 13:11:12 +0000 (09:11 -0400)
committerPatrick Cloke <clokep@patrick.cloke.us>
Sun, 23 Apr 2017 13:11:12 +0000 (09:11 -0400)
pdns/ws-recursor.cc

index 929d6c248851b1b3ab1613886dda5f7a704780b7..f3b624fa6d1b4562f79208eeea0cc69bc5e95d19 100644 (file)
@@ -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), ""
       });
     }