Skip to content

Commit

Permalink
Update libtrap/src/ifc_tls.c
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Cejka <[email protected]>
  • Loading branch information
SiskaPavel and cejkato2 authored Sep 2, 2024
1 parent 20755e6 commit ab40e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libtrap/src/ifc_tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -1305,8 +1305,8 @@ send_blocking_mode(void *arg)
if (c->is_terminated) {
goto cleanup;
}
sleep_time = calculate_sleep(sleep_time);
usleep(sleep_time);
sleep_time = calculate_sleep(sleep_time);
usleep(sleep_time);
}

sleep_time = 1;
Expand Down

0 comments on commit ab40e1f

Please sign in to comment.