Fix error introduced in 635bc51cac3d5d7dd49ce9e27149cf7e402b7e79

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
Simon Kelley 2024-01-02 12:25:44 +00:00 committed by DL6ER
parent dd11688b8c
commit 2e0d8fff72
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{