]> granicus.if.org Git - pdns/commitdiff
update copyright, remove some more debugging output
authorBert Hubert <bert.hubert@netherlabs.nl>
Sat, 19 Jun 2010 12:10:44 +0000 (12:10 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sat, 19 Jun 2010 12:10:44 +0000 (12:10 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1643 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/misc.cc
pdns/nsecrecords.cc

index c5eaec1ed03de4fcb644813a07ef56741d9b309d..e34cfc4895caceb9c5fea716186b44684a417393 100644 (file)
@@ -1,6 +1,6 @@
 /*
     PowerDNS Versatile Database Driven Nameserver
-    Copyright (C) 2002 - 2006  PowerDNS.COM BV
+    Copyright (C) 2002 - 2010  PowerDNS.COM BV
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License version 2
index 5a0681563f8192db2d19d9b19acbac9fe95ccfa2..bda4b250b2384a30a0841f8524b664c2fb9aba7c 100644 (file)
@@ -233,7 +233,7 @@ void NSEC3PARAMRecordContent::toPacket(DNSPacketWriter& pw)
        pw.xfr8BitInt(d_flags); 
        pw.xfr16BitInt(d_iterations); 
   pw.xfr8BitInt(d_salt.length());
-  cerr<<"salt: '"<<makeHexDump(d_salt)<<"', "<<d_salt.length()<<endl;
+  // cerr<<"salt: '"<<makeHexDump(d_salt)<<"', "<<d_salt.length()<<endl;
   pw.xfrBlob(d_salt);
 }