Skip to content

Commit

Permalink
Fix error introduced in 635bc51cac3d5d7dd49ce9e27149cf7e402b7e79
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <dl6er@dl6er.de>
  • Loading branch information
simonkelley authored and DL6ER committed Feb 13, 2024
1 parent dd11688 commit 2e0d8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dnsmasq/dnssec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ static int prove_non_existence_nsec(struct dns_header *header, size_t plen, unsi
p += p[1];
}

return 1;
return 0;
}
else if (rc == -1)
{
Expand Down

0 comments on commit 2e0d8ff

Please sign in to comment.