Show
Ignore:
Timestamp:
10/02/05 17:36:16 (8 years ago)
Author:
ahu
Message:

fix NSEC parsing from zone
answers got wrong qname
add 'xfrType'

Files:
1 modified

Legend:

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

    r505 r506  
    9898void DNSPacketWriter::commit() 
    9999{ 
    100   string label=EncodeDNSLabel(d_qname); // write out qname 
     100  string label=EncodeDNSLabel(d_recordqname); // write out qname 
    101101 
    102102  const uint8_t* ptr=(const uint8_t*) label.c_str();