mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-12 06:59:05 +02:00
Replication of bind/unbind commands
This commit is contained in:
5
server.c
5
server.c
@ -186,6 +186,9 @@ server_start(int lockfd, char *lockfile)
|
||||
ARRAY_ADD(&cfg_causes, cause);
|
||||
}
|
||||
}
|
||||
|
||||
tmate_client_start();
|
||||
|
||||
cmdq_continue(cfg_cmd_q);
|
||||
|
||||
server_add_accept(0);
|
||||
@ -197,8 +200,6 @@ server_start(int lockfd, char *lockfile)
|
||||
|
||||
set_signals(server_signal_callback);
|
||||
|
||||
tmate_client_start();
|
||||
|
||||
server_loop();
|
||||
exit(0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user