mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
disconnect instruction
This commit is contained in:
@@ -167,6 +167,10 @@ void guac_start_client(guac_client* client) {
|
||||
);
|
||||
}
|
||||
|
||||
else if (strcmp(instruction.opcode, "disconnect") == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
} while ((retval = guac_read_instruction(io, &instruction)) > 0);
|
||||
|
||||
if (retval < 0)
|
||||
|
Reference in New Issue
Block a user