Show
Ignore:
Timestamp:
06/19/10 14:10:44 (3 years ago)
Author:
ahu
Message:

update copyright, remove some more debugging output

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/nsecrecords.cc

    r1614 r1643  
    234234        pw.xfr16BitInt(d_iterations);  
    235235  pw.xfr8BitInt(d_salt.length()); 
    236   cerr<<"salt: '"<<makeHexDump(d_salt)<<"', "<<d_salt.length()<<endl; 
     236  // cerr<<"salt: '"<<makeHexDump(d_salt)<<"', "<<d_salt.length()<<endl; 
    237237  pw.xfrBlob(d_salt); 
    238238}