GUACAMOLE-203: if is not a function...
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/650f7a0a Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/650f7a0a Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/650f7a0a Branch: refs/heads/master Commit: 650f7a0a320cb9c3834cfff2a53c890b529c9577 Parents: 041fcc4 Author: Nick Couchman <[email protected]> Authored: Sun Jun 25 14:10:42 2017 -0400 Committer: Nick Couchman <[email protected]> Committed: Sun Jun 25 14:10:42 2017 -0400 ---------------------------------------------------------------------- src/common-ssh/ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/650f7a0a/src/common-ssh/ssh.c ---------------------------------------------------------------------- diff --git a/src/common-ssh/ssh.c b/src/common-ssh/ssh.c index 00c9f94..cec3d53 100644 --- a/src/common-ssh/ssh.c +++ b/src/common-ssh/ssh.c @@ -538,7 +538,7 @@ guac_common_ssh_session* guac_common_ssh_create_session(guac_client* client, guac_client_log(client, GUAC_LOG_WARNING, "negative keepalive intervals " "are converted to 0, disabling keepalive."); } - else if(keepalive == 1) { + else if (keepalive == 1) { guac_client_log(client, GUAC_LOG_WARNING, "keepalive interval will " "be rounded up to minimum value of 2."); }
