mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-13 07:43:51 -05:00
Fix mem compile.
git-svn-id: file:///svn/unbound/trunk@2671 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
0a1195f690
commit
aafed76b0f
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ worker_mem_report(struct worker* ATTR_UNUSED(worker),
|
|||
+ sizeof(*worker->env.scratch_buffer)
|
||||
+ ldns_buffer_capacity(worker->env.scratch_buffer)
|
||||
+ forwards_get_mem(worker->env.fwds)
|
||||
+ hints_get_mem(worker->env.hints;
|
||||
+ hints_get_mem(worker->env.hints);
|
||||
if(worker->thread_num == 0)
|
||||
me += acl_list_get_mem(worker->daemon->acl);
|
||||
if(cur_serv) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue