Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Done
-
None
-
None
Description
The guac_client structure is required to have a defined, non-NULL value for args such that joining users can be sent the set of arguments accepted by that client. Unfortunately, a default value for args is only provided when the guac_client is passed to guac_client_load_plugin(), thus causing a difference in expected behavior if plugins are not involved.
This value should be initialized when the guac_client is first allocated instead.
Attachments
Issue Links
- is depended upon by
-
GUACAMOLE-168 Add support for X.Org
- In Progress