Show
Ignore:
Timestamp:
01/12/11 17:35:31 (2 years ago)
Author:
ahu
Message:

oops, put the NSEC3NARROW item in the NSEC3PARAM cache

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/dbdnsseckeeper.cc

    r1875 r1878  
    180180   
    181181  if(ns3p) { 
    182     string descr = *meta.begin(); 
     182    string descr = nce.d_nsec3param; 
    183183    reportAllTypes(); 
    184184    NSEC3PARAMRecordContent* tmp=dynamic_cast<NSEC3PARAMRecordContent*>(DNSRecordContent::mastermake(QType::NSEC3PARAM, 1, descr));