Changeset 1940

Show
Ignore:
Timestamp:
01/30/11 22:27:50 (2 years ago)
Author:
ahu
Message:

even if we do opt-out, the NSEC3PARAM flags field should be 0

Files:
1 modified

Legend:

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

    r1939 r1940  
    234234    rr.ttl=sd.default_ttl; 
    235235    rr.qname=p->qdomain; 
     236    ns3prc.d_flags = 0; // for unknown reasons, the NSEC3PARAM 'flag' always needs to be zero. 
    236237    rr.content=ns3prc.getZoneRepresentation();  
    237238    rr.auth = true;