mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1616: Send updated tokens after adding HISTORY_UUID.
This commit is contained in:
@@ -106,7 +106,7 @@ public class HistoryTrackingConnection extends DelegatingConnection {
|
||||
updatedTokens.put("HISTORY_UUID", modeledRecord.getUUID().toString());
|
||||
|
||||
// Connect, and wrap the tunnel for return
|
||||
GuacamoleTunnel tunnel = super.connect(info, tokens);
|
||||
GuacamoleTunnel tunnel = super.connect(info, updatedTokens);
|
||||
return new HistoryTrackingTunnel(
|
||||
tunnel, this.connectionRecordMapper, connectionRecordModel);
|
||||
}
|
||||
|
Reference in New Issue
Block a user