mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Use format_get_command() and some spacing tweaks.
This commit is contained in:
parent
b85de1ddb3
commit
99e3cbc526
1
client.c
1
client.c
@ -351,6 +351,7 @@ client_send_identify(int flags)
|
|||||||
|
|
||||||
for (ss = environ; *ss != NULL; ss++)
|
for (ss = environ; *ss != NULL; ss++)
|
||||||
client_write_one(MSG_IDENTIFY_ENVIRON, -1, *ss, strlen(*ss) + 1);
|
client_write_one(MSG_IDENTIFY_ENVIRON, -1, *ss, strlen(*ss) + 1);
|
||||||
|
|
||||||
client_write_one(MSG_IDENTIFY_DONE, -1, NULL, 0);
|
client_write_one(MSG_IDENTIFY_DONE, -1, NULL, 0);
|
||||||
|
|
||||||
client_update_event();
|
client_update_event();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user