Changeset 506 for trunk/pdns/pdns/dnswriter.cc
- Timestamp:
- 10/02/05 17:36:16 (8 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnswriter.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnswriter.cc
r505 r506 98 98 void DNSPacketWriter::commit() 99 99 { 100 string label=EncodeDNSLabel(d_ qname); // write out qname100 string label=EncodeDNSLabel(d_recordqname); // write out qname 101 101 102 102 const uint8_t* ptr=(const uint8_t*) label.c_str();