Skip to content

Commit

Permalink
GUACAMOLE-377: Correct guac_common_display_dup() for compatibility wi…
Browse files Browse the repository at this point in the history
…th batch join API.
  • Loading branch information
mike-jumper committed Aug 30, 2023
1 parent d44815d commit d7ad603
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit d7ad603

Please sign in to comment.