Changeset 699 for trunk/pdns/pdns/dnswriter.cc
- Timestamp:
- 04/14/06 13:26:50 (4 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnswriter.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnswriter.cc
r690 r699 124 124 typedef vector<pair<unsigned int, unsigned int> > parts_t; 125 125 parts_t parts; 126 vstringtok(parts, label, "."); 126 vstringtok(parts, label, "."); // XXX FIXME this should deal with escaped . 127 127 128 128 // d_stuff is amount of stuff that is yet to be written out - the dnsrecordheader for example