Changeset 1016
- Timestamp:
- 04/07/07 19:38:01 (2 years ago)
- Files:
-
- trunk/pdns/pdns/backends/bind/bindbackend2.cc (modified) (1 diff)
- trunk/pdns/pdns/resolver.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pdns/pdns/backends/bind/bindbackend2.cc
r1013 r1016 197 197 // SOA needs stripping too! XXX FIXME - also, this should not be here I think 198 198 switch(r.qtype.getCode()) { 199 case QType::TXT:200 *d_of<<qname<<"\t"<<r.ttl<<"\t"<<r.qtype.getName()<<"\t\""<<r.content<<"\""<<endl;201 break;202 199 case QType::MX: 203 200 if(!stripDomainSuffix(&content,domain)) trunk/pdns/pdns/resolver.cc
r1015 r1016 426 426 erase_tail(rr.content, 1); 427 427 428 if(qtype==QType::TXT)429 rr.content=unquotify(rr.content);430 431 428 if(rr.qtype.getCode() == QType::MX) { 432 429 vector<string> parts;