Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for getting MX data
  • Loading branch information
gamelinux committed Jan 16, 2012
1 parent 945ce3d commit cd02cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dns.c
Expand Up @@ -218,7 +218,7 @@ archive_lname_list(packetinfo *pi,
break; break;
case LDNS_RR_TYPE_MX: case LDNS_RR_TYPE_MX:
if (config.dnsf & DNS_CHK_MX) if (config.dnsf & DNS_CHK_MX)
data_offset = 0; data_offset = 1;
break; break;
case LDNS_RR_TYPE_NS: case LDNS_RR_TYPE_NS:
if (config.dnsf & DNS_CHK_NS) if (config.dnsf & DNS_CHK_NS)
Expand Down

0 comments on commit cd02cd3

Please sign in to comment.