Send name after connect.
This commit is contained in:
parent
59a32064d4
commit
583273994e
@ -389,6 +389,9 @@ int guac_client_init(guac_client* client, int argc, char** argv) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Send connection name */
|
||||||
|
guac_protocol_send_name(client->socket, settings->window_title);
|
||||||
|
|
||||||
/* Success */
|
/* Success */
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user