Show
Ignore:
Timestamp:
04/27/11 17:39:53 (2 years ago)
Author:
ahu
Message:

DS records really are always auth=1. Warty.

Files:
1 modified

Legend:

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

    r2180 r2183  
    12771277     
    12781278    while(B.get(rr)) { 
     1279      if(rr.qtype.getCode() == QType::DS) 
     1280        rr.auth = 1; 
    12791281      // cerr<<"Auth: "<<rr.auth<<", "<<(rr.qtype == p->qtype)<<", "<<rr.qtype.getName()<<endl; 
    12801282      if((p->qtype.getCode() == QType::ANY || rr.qtype == p->qtype) && rr.auth)