mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-11 09:12:53 -05:00
Change unbound-dnstap-socket void cast for unused parameter
This commit is contained in:
parent
d75f58d659
commit
b953cd9aa0
1 changed files with 1 additions and 1 deletions
|
|
@ -815,7 +815,7 @@ static int reply_with_accept(struct tap_data* data)
|
|||
return 1;
|
||||
#else
|
||||
log_err("no dnstap compiled, no reply");
|
||||
(void)fd;
|
||||
(void)data;
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue