1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Fixed resource initialization in unit tests

This commit is contained in:
Maria Matejka
2022-03-09 10:30:03 +01:00
parent b90c9b164f
commit 9e60a1fbc3
9 changed files with 4 additions and 26 deletions

View File

@@ -41,7 +41,6 @@ fill_expected_array(void)
static void
init_buffer(void)
{
resource_init();
buffer_pool = &root_pool;
BUFFER_INIT(buf, buffer_pool, MAX_NUM);
}