Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbf committed May 31, 2016
1 parent 7d38cf5 commit 26432c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libopendmarc/opendmarc_dns.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ dmarc_dns_get_record(char *domain, int *reply, char *got_txtbuf, size_t got_txtl
#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)
Expand Down

0 comments on commit 26432c1

Please sign in to comment.