mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 04:09:28 -05:00
- Fix to remove unused include from the readzone test program.
This commit is contained in:
parent
7fbc061846
commit
538434186e
2 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
2 July 2024: Wouter
|
||||
- Fix to remove unused include from the readzone test program.
|
||||
|
||||
17 June 2024: Wouter
|
||||
- Fix ip-ratelimit-cookie setting, it was not applied.
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include "sldns/str2wire.h"
|
||||
#include "sldns/wire2str.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue