diff --git a/guacamole-common-js/src/main/webapp/modules/Tunnel.js b/guacamole-common-js/src/main/webapp/modules/Tunnel.js index b990ed121..91b13713a 100644 --- a/guacamole-common-js/src/main/webapp/modules/Tunnel.js +++ b/guacamole-common-js/src/main/webapp/modules/Tunnel.js @@ -842,6 +842,15 @@ Guacamole.ChainedTunnel = function(tunnel_chain) { */ var tunnels = []; + /** + * The tunnel committed via commit_tunnel(), if any, or null if no tunnel + * has yet been committed. + * + * @private + * @type Guacamole.Tunnel + */ + var committedTunnel = null; + // Load all tunnels into array for (var i=0; i