Skip to content

Commit

Permalink
Merge pull request #944 from riscv/remove_extra_kept_alive
Browse files Browse the repository at this point in the history
Remove an extra call to kept_alive()
  • Loading branch information
timsifive authored Oct 26, 2023
2 parents 9500bc4 + a26c90f commit b486361
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ int server_loop(struct command_context *command_context)
timeout_ms = polling_period;
tv.tv_usec = timeout_ms * 1000;
/* Only while we're sleeping we'll let others run */
kept_alive();
retval = socket_select(fd_max + 1, &read_fds, NULL, NULL, &tv);
}

Expand Down

0 comments on commit b486361

Please sign in to comment.