Changeset 650 for trunk/pdns/pdns/dnsrecords.cc
- Timestamp:
- 04/03/06 22:29:20 (4 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnsrecords.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnsrecords.cc
r649 r650 253 253 conv.xfr8BitInt(d_algorithm); 254 254 conv.xfr8BitInt(d_fptype); 255 conv.xfr Blob(d_fingerprint);255 conv.xfrHexBlob(d_fingerprint); 256 256 ) 257 257 … … 297 297 RRSIGRecordContent::report(); 298 298 DSRecordContent::report(); 299 SSHFPRecordContent::report(); 299 300 NSECRecordContent::report(); 300 301 OPTRecordContent::report();