Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/protocols/rdp/rdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ static int guac_rdp_handle_connection(guac_client* client) {
if (wait_result < 0)
break;

int connection_closing;
int connection_closing = 0;
do {

/* Handle any queued FreeRDP events (this may result in RDP messages
Expand Down
Loading