Skip to content

Commit

Permalink
Fix return void *
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadliaJerad committed Mar 4, 2024
1 parent 2f2a294 commit b053e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/federated/RTI/rti_remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -2331,6 +2331,7 @@ void* lf_delayed_grants_thread(void* nothing) {
// federation stopped after a request to stop (not a timeout). Therefore, we need
// cleanup, and free the memory...
// TODO: do it!
return NULL;
}

void *respond_to_erroneous_connections(void *nothing) {
Expand Down

0 comments on commit b053e5d

Please sign in to comment.