Skip to content

Commit

Permalink
Fix merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Dec 18, 2024
1 parent d826af2 commit eb7b1d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ set(PICOHTTP_TEST_LIBRARY_FILES
picoquictest/h3zero_stream_test.c
picoquictest/h3zero_uri_test.c
picoquictest/picomask_test.c
picoquictest/picomask_test.c
picoquictest/quicperf_test.c
picoquictest/webtransport_test.c)

OPTION(PICOQUIC_FETCH_PTLS "Fetch PicoTLS during configuration" OFF)
Expand Down
2 changes: 2 additions & 0 deletions picoquictest/picomask_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,10 @@ int picomask_test_step(picoquic_picomask_test_ctx_t* pt_ctx, int* is_active)
int arrival_index = -1;
uint64_t next_departure_time = UINT64_MAX;
int departure_index = -1;
#if 0
int need_frame_departure = 0;
uint64_t next_frame_time = UINT64_MAX;
#endif
uint64_t next_time = UINT64_MAX;

/* Check earliest packet arrival */
Expand Down

0 comments on commit eb7b1d7

Please sign in to comment.