mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +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++;
|
cnt++;
|
||||||
|
|
||||||
return ALLOC_OVERHEAD + sizeof(struct linpool) +
|
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;
|
m->total + m->total_large;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user