1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

No reconnection for now

This commit is contained in:
Nicolas Viennot 2013-06-12 18:01:58 -04:00
parent 2dca2c0fd5
commit a1d7bf7dc0

View File

@ -316,9 +316,12 @@ static void reconnect_session(struct tmate_ssh_client *client)
disconnect_session(client);
/* Not yet implemented... */
#if 0
tv.tv_sec = 1;
tv.tv_usec = 0;
evtimer_add(&client->ev_ssh_reconnect, &tv);
#endif
}
void tmate_ssh_client_init(struct tmate_ssh_client *client,