Send name after connect.

This commit is contained in:
Michael Jumper 2012-03-25 21:49:58 -07:00
parent 59a32064d4
commit 583273994e

View File

@ -389,6 +389,9 @@ int guac_client_init(guac_client* client, int argc, char** argv) {
return 1;
}
/* Send connection name */
guac_protocol_send_name(client->socket, settings->window_title);
/* Success */
return 0;