GUACAMOLE-502: Merge cessastion of name instruction in RDP/VNC to avoid incorreclty updating window title.
This commit is contained in:
commit
05f54d098c
@ -715,9 +715,6 @@ static int guac_rdp_handle_connection(guac_client* client) {
|
||||
rdp_client->keyboard = guac_rdp_keyboard_alloc(client,
|
||||
settings->server_layout);
|
||||
|
||||
/* Send connection name */
|
||||
guac_protocol_send_name(client->socket, settings->hostname);
|
||||
|
||||
/* Set default pointer */
|
||||
guac_common_cursor_set_pointer(rdp_client->display->cursor);
|
||||
|
||||
|
@ -312,9 +312,6 @@ void* guac_vnc_client_thread(void* data) {
|
||||
settings->recording_include_keys);
|
||||
}
|
||||
|
||||
/* Send name */
|
||||
guac_protocol_send_name(client->socket, rfb_client->desktopName);
|
||||
|
||||
/* Create display */
|
||||
vnc_client->display = guac_common_display_alloc(client,
|
||||
rfb_client->width, rfb_client->height);
|
||||
|
Loading…
Reference in New Issue
Block a user