Skip to content

Commit

Permalink
Do not explicitly kill server
Browse files Browse the repository at this point in the history
Let the server terminate properly once all the sockets are closed.

Fixes #1992 <#1992>
  • Loading branch information
rom1v committed Jan 1, 2021
1 parent 305b4b2 commit d82db2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,6 @@ server_stop(struct server *server) {

assert(server->process != PROCESS_NONE);

cmd_terminate(server->process);

if (server->tunnel_enabled) {
// ignore failure
disable_tunnel(server);
Expand Down

0 comments on commit d82db2e

Please sign in to comment.