jmuehlner commented on a change in pull request #373:
URL: https://github.com/apache/guacamole-server/pull/373#discussion_r812554324



##########
File path: src/protocols/kubernetes/argv.c
##########
@@ -53,8 +53,9 @@ int guac_kubernetes_argv_callback(guac_user* user, const 
char* mimetype,
     }
 
     /* Update Kubernetes terminal size */
-    guac_kubernetes_resize(client, terminal->term_height,
-            terminal->term_width);
+    guac_kubernetes_resize(client,
+            guac_terminal_term_height(terminal),
+            guac_terminal_term_width(terminal));

Review comment:
       Renamed!




-- 
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]


Reply via email to