Index: opendmarc-1.3.1/libopendmarc/opendmarc_dns.c =================================================================== --- opendmarc-1.3.1.orig/libopendmarc/opendmarc_dns.c +++ opendmarc-1.3.1/libopendmarc/opendmarc_dns.c @@ -316,8 +316,8 @@ dmarc_dns_get_record(char *domain, int * #ifdef T_RRSIG else if (type == T_RRSIG) { - GETSHORT(answerlen, cur_ptr); - cur_ptr += answerlen; + GETSHORT(answer_len, cur_ptr); + cur_ptr += answer_len; } #endif /* T_RRSIG */ else if (type != T_TXT)