GUACAMOLE-377: Correct guac_common_display_dup() for compatibility with batch join API.
This commit is contained in:
parent
d44815d789
commit
d7ad603007
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user