Changeset 2190
- Timestamp:
- 05/09/11 10:11:35 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/packethandler.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/packethandler.cc
r2183 r2190 1105 1105 } 1106 1106 } 1107 if(p->d_dnssecOk ) {1107 if(p->d_dnssecOk && d_dk.isSecuredZone(sd.qname)) { 1108 1108 addNSECX(p, r, p->qdomain, sd.qname, 3); 1109 1109 }