]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/rec-carbon.cc
rec: ensure correct service user on debian
[thirdparty/pdns.git] / pdns / rec-carbon.cc
index b8f4e258c6355c6130e1412a0397d036aa03f2df..5f2b92fa08e42db31a8d5f65c2488bb9bf65556c 100644 (file)
@@ -57,7 +57,7 @@ try
  
     if(msg.empty()) {
       typedef map<string,string> all_t;
-      all_t all=getAllStatsMap();
+      all_t all=getAllStatsMap(StatComponent::Carbon);
       
       ostringstream str;
       time_t now=time(0);