mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
remove warning.
git-svn-id: file:///svn/unbound/trunk@3213 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
3bb7e92fc3
commit
4153f386d1
1 changed files with 2 additions and 0 deletions
|
|
@ -606,6 +606,8 @@ outside_network_create(struct comm_base *base, size_t bufsize,
|
||||||
outnet->sslctx = sslctx;
|
outnet->sslctx = sslctx;
|
||||||
#ifdef USE_DNSTAP
|
#ifdef USE_DNSTAP
|
||||||
outnet->dtenv = dtenv;
|
outnet->dtenv = dtenv;
|
||||||
|
#else
|
||||||
|
(void)dtenv;
|
||||||
#endif
|
#endif
|
||||||
outnet->svcd_overhead = 0;
|
outnet->svcd_overhead = 0;
|
||||||
outnet->want_to_quit = 0;
|
outnet->want_to_quit = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue