]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add missing comma to pdns_control ccounts 12367/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 28 Dec 2022 00:30:53 +0000 (19:30 -0500)
committerGitHub <noreply@github.com>
Wed, 28 Dec 2022 00:30:53 +0000 (19:30 -0500)
pdns/dynhandler.cc

index cf335349c3924f789832bc4db7b4ea07381fd76b..79f8b4e6c11013fa907cbca30bfc23fb83242a9e 100644 (file)
@@ -175,6 +175,8 @@ string DLCCHandler(const vector<string>&parts, Utility::pid_t ppid)
 
     os<<i->second;
   }
+  if(!first) 
+    os<<", ";
   os<<"packets: "<<packetEntries;
 
   return os.str();