GUACAMOLE-377: Correct guac_common_display_dup() for compatibility with batch join API.

This commit is contained in:
Mike Jumper 2023-08-30 15:51:06 -07:00
parent d44815d789
commit d7ad603007

View File

@ -167,8 +167,6 @@ void guac_common_display_dup(
guac_common_display* display, guac_client* client,
guac_socket* socket) {
guac_client* client = user->client;
pthread_mutex_lock(&display->_lock);
/* Sunchronize shared cursor */