Changeset 1327
- Timestamp:
- 02/01/09 14:26:49 (14 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnsparser.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnsparser.cc
r1232 r1327 200 200 bool validPacket=false; 201 201 try { 202 d_qtype = d_qclass = 0; // sometimes replies come in with no question, don't present garbage then 203 202 204 for(n=0;n < d_header.qdcount; ++n) { 203 205 d_qname=pr.getLabel();