Configuration should be stored.

This commit is contained in:
Michael Jumper
2013-01-28 17:06:10 -08:00
committed by Michael Jumper
parent 32cdb3b3cd
commit 1f81b952fe

View File

@@ -97,6 +97,7 @@ public class ConfiguredGuacamoleSocket implements GuacamoleSocket {
GuacamoleClientInformation info) throws GuacamoleException {
this.socket = socket;
this.config = config;
// Get reader and writer
GuacamoleReader reader = socket.getReader();