Skip to content

Commit

Permalink
Merge updated PR trusteddomainproject#205 again from futatuki/parse-a…
Browse files Browse the repository at this point in the history
…r-no-result

fix comment in opendkim/opendkim-ar.c:ares_parse()
  • Loading branch information
futatuki committed Jun 21, 2024
2 parents b66aed5 + bca4c19 commit f0e5d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendkim/opendkim-ar.c
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ ares_parse(u_char *hdr, struct authres *ar)
break;

case 15: /* terminal state after no-result */
/* no token should not appear */
/* any token should not appear */
return -1;
}
}
Expand Down

0 comments on commit f0e5d3a

Please sign in to comment.