Skip to content

Commit

Permalink
fixup: I cannot explain this
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti committed May 23, 2024
1 parent e39863f commit 86b337f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_unit_tests_size.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static int router_id_tests(void)
//

memset(boundary_id, 'B', 254);
boundary_id[255] = 0;
boundary_id[254] = 0;

qd_router_id_initialize("0", boundary_id);
id = qd_router_id();
Expand Down

0 comments on commit 86b337f

Please sign in to comment.