forked from Mirror/frr
Merge pull request #15211 from pguibert6WIND/json_compilation_pceplib
pceplib: fix compilation error
This commit is contained in:
commit
e3e4232102
|
@ -113,7 +113,7 @@ void test_create_subgroup_counter()
|
|||
CU_ASSERT_FALSE(create_subgroup_counter(NULL, counter_id, counter_name,
|
||||
counter_name_json));
|
||||
CU_ASSERT_FALSE(create_subgroup_counter(subgroup, counter_id + 1,
|
||||
counter_name));
|
||||
counter_name, counter_name_json));
|
||||
CU_ASSERT_FALSE(
|
||||
create_subgroup_counter(subgroup, counter_id, NULL, NULL));
|
||||
CU_ASSERT_EQUAL(subgroup->num_counters, 0);
|
||||
|
|
Loading…
Reference in a new issue