remove warning.

git-svn-id: file:///svn/unbound/trunk@3213 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2014-08-22 13:38:30 +00:00
parent 3bb7e92fc3
commit 4153f386d1

View file

@ -606,6 +606,8 @@ outside_network_create(struct comm_base *base, size_t bufsize,
outnet->sslctx = sslctx;
#ifdef USE_DNSTAP
outnet->dtenv = dtenv;
#else
(void)dtenv;
#endif
outnet->svcd_overhead = 0;
outnet->want_to_quit = 0;