jmuehlner commented on a change in pull request #373:
URL: https://github.com/apache/guacamole-server/pull/373#discussion_r812385034
##########
File path: src/protocols/kubernetes/client.c
##########
@@ -96,7 +96,7 @@ int guac_client_init(guac_client* client) {
client->data = kubernetes_client;
/* Init clipboard */
- kubernetes_client->clipboard =
guac_common_clipboard_alloc(GUAC_KUBERNETES_CLIPBOARD_MAX_LENGTH);
+ kubernetes_client->clipboard = guac_common_clipboard_alloc();
Review comment:
Yeah, this wouldn't have worked as is. Oops!
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]