Skip to content

Commit

Permalink
fixing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Jan 6, 2025
1 parent 3c49f4c commit aed6984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tcp_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ static void *tcp_worker(void *arg) {
}
if (number_of_running == 0) {
sdr_device_stop(node->server->core);
node->server->current_band_freq = 0;
}
tcp_node_destroy(node);
pthread_cond_broadcast(&node->server->terminated_condition);
Expand Down

0 comments on commit aed6984

Please sign in to comment.