Changeset 1944 for trunk/pdns/pdns/packethandler.cc
- Timestamp:
- 01/31/11 11:14:13 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/packethandler.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/packethandler.cc
r1940 r1944 121 121 return false; 122 122 123 B.lookup( "MBOXFW",string("%@")+target,p, zoneId);123 B.lookup(QType(QType::MBOXFW),string("%@")+target,p, zoneId); 124 124 125 125 while(B.get(rr)) … … 146 146 bool found=false; 147 147 148 B.lookup( "URL",target,p); // search for a URL before we search for an A148 B.lookup(QType(QType::URL),target,p); // search for a URL before we search for an A 149 149 150 150 while(B.get(rr)) { … … 165 165 // now try CURL 166 166 167 B.lookup( "CURL",target,p); // search for a URL before we search for an A167 B.lookup(QType(QType::CURL),target,p); // search for a URL before we search for an A 168 168 169 169 while(B.get(rr)) {