Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-server/pull/11#discussion_r64854314
--- Diff: src/common-ssh/guac_ssh.c ---
@@ -274,19 +275,36 @@ static void guac_common_ssh_kbd_callback(const char
*name, int name_len,
}
+void ssh_client_error(bool abortOnError, guac_client* client,
guac_protocol_status status,
+ const char* format, ...) {
+ va_list args;
--- End diff --
The `stdarg.h` header required for `va_list` and related functions is
missing.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---