GUACAMOLE-203: Allow keepalive param to be modified inside the function.
This commit is contained in:
parent
05dfb1a6ae
commit
711cdd6929
@ -414,7 +414,7 @@ static int guac_common_ssh_authenticate(guac_common_ssh_session* common_session)
|
||||
}
|
||||
|
||||
guac_common_ssh_session* guac_common_ssh_create_session(guac_client* client,
|
||||
const char* hostname, const char* port, guac_common_ssh_user* user, const int keepalive) {
|
||||
const char* hostname, const char* port, guac_common_ssh_user* user, int keepalive) {
|
||||
|
||||
int retval;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user