mike-jumper commented on a change in pull request #219: GUACAMOLE-422: Add
timezone to client handshake
URL: https://github.com/apache/guacamole-server/pull/219#discussion_r277068751
##########
File path: src/libguac/user-handshake.c
##########
@@ -290,7 +234,11 @@ int guac_user_handle_connection(guac_user* user, int
usec_timeout) {
guac_socket* socket = user->socket;
guac_client* client = user->client;
-
+
+ user->info.audio_mimetypes = NULL;
+ user->info.image_mimetypes = NULL;
+ user->info.video_mimetypes = NULL;
Review comment:
What about `user->info.timezone`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services