]> granicus.if.org Git - pdns/commitdiff
remove . in saxfr
authorKees Monshouwer <mind04@monshouwer.org>
Mon, 1 Jun 2015 22:25:22 +0000 (00:25 +0200)
committermind04 <mind04@monshouwer.org>
Tue, 30 Jun 2015 06:12:44 +0000 (08:12 +0200)
pdns/saxfr.cc

index d461921706dfcda5803527470673af6590cdf733..f21801ef1e2341cede36e7d84319eab90b4a7f96 100644 (file)
@@ -321,7 +321,7 @@ try
       if (i != hashes.end())
         label=i->second;
     }
-    cout<<label.toString()<<"."<<record.second<<endl;
+    cout<<label.toString()<<record.second<<endl;
   }
 
 }