Changeset 2358
- Timestamp:
- 01/20/12 09:07:38 (16 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnsrecords.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnsrecords.cc
r2347 r2358 228 228 conv.xfr8BitInt(d_selector); 229 229 conv.xfr8BitInt(d_matchtype); 230 conv.xfrHexBlob(d_cert );230 conv.xfrHexBlob(d_cert, true); 231 231 ) 232 232