mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Fixed bug in unused function.
This commit is contained in:
parent
859cbd75e1
commit
7c4a800725
@ -250,7 +250,7 @@ lp_memsize(resource *r)
|
||||
cnt++;
|
||||
|
||||
return ALLOC_OVERHEAD + sizeof(struct linpool) +
|
||||
cnt * (ALLOC_OVERHEAD + sizeof(sizeof(struct lp_chunk))) +
|
||||
cnt * (ALLOC_OVERHEAD + sizeof(struct lp_chunk)) +
|
||||
m->total + m->total_large;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user