Skip to content

Commit 3a0e7bb

Browse files
leonardo-albertovichedsiper
authored andcommitted
tests: runtime: fixed uninitialized variable usage
Signed-off-by: Leonardo Alminana <[email protected]>
1 parent 38c0920 commit 3a0e7bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/runtime/core_routes.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ void flb_test_basic_functionality_test(void)
7979
/* minimum flush delta */
8080
flb_time_msleep(1000);
8181

82+
delivery_counter = get_output_num();
83+
8284
for (index = 0 ;
8385
index < 100 && delivery_counter < 257 ;
8486
index++) {

0 commit comments

Comments
 (0)