mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-09 08:12:54 -05:00
Fix compile in alloccheck case.
git-svn-id: file:///svn/unbound/trunk@2317 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
d7a6b3f914
commit
881245fa9d
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ worker_mem_report(struct worker* ATTR_UNUSED(worker),
|
|||
+ ldns_buffer_capacity(worker->env.scratch_buffer)
|
||||
+ forwards_get_mem(worker->env.fwds);
|
||||
if(worker->thread_num == 0)
|
||||
me += acl_list_get_mem(worker->daemon->acl_list);
|
||||
me += acl_list_get_mem(worker->daemon->acl);
|
||||
if(cur_serv) {
|
||||
me += serviced_get_mem(cur_serv);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue