GUACAMOLE-203: Change parameter name for consistency

Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/431a918a
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/431a918a
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/431a918a

Branch: refs/heads/master
Commit: 431a918af7b5ca897e8e5f58bc254a9d6a7bd5db
Parents: 605ff4f
Author: Nick Couchman <[email protected]>
Authored: Wed Jun 14 08:39:12 2017 -0400
Committer: Nick Couchman <[email protected]>
Committed: Wed Jun 14 08:39:12 2017 -0400

----------------------------------------------------------------------
 .../src/main/resources/org/apache/guacamole/protocols/rdp.json     | 2 +-
 .../src/main/resources/org/apache/guacamole/protocols/vnc.json     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/431a918a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json
----------------------------------------------------------------------
diff --git 
a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json 
b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json
index 32a6b00..ada63d5 100644
--- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json
+++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json
@@ -320,7 +320,7 @@
                     "type"  : "TEXT"
                 },
                 {
-                    "name"  : "sftp-keepalive",
+                    "name"  : "sftp-server-alive-interval",
                     "type"  : "NUMERIC"
                 }
             ]

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/431a918a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json
----------------------------------------------------------------------
diff --git 
a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json 
b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json
index a06fb8f..270d603 100644
--- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json
+++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json
@@ -133,7 +133,7 @@
                     "type"  : "TEXT"
                 },
                 {
-                    "name"  : "sftp-keepalive",
+                    "name"  : "sftp-server-alive-interval",
                     "type"  : "NUMERIC"
                 }
             ]

Reply via email to