Changeset 1643 for trunk/pdns/pdns/nsecrecords.cc
- Timestamp:
- 06/19/10 14:10:44 (3 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/nsecrecords.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/nsecrecords.cc
r1614 r1643 234 234 pw.xfr16BitInt(d_iterations); 235 235 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; 237 237 pw.xfrBlob(d_salt); 238 238 }