GUACAMOLE-641: Migrate existing extensions to singleton LocalEnvironment.

This commit is contained in:
Michael Jumper
2020-08-25 16:25:42 -07:00
parent 3a24b2f556
commit 4d65105695
14 changed files with 18 additions and 32 deletions

View File

@@ -60,7 +60,7 @@ public class LDAPAuthenticationProviderModule extends AbstractModule {
throws GuacamoleException {
// Get local environment
this.environment = new LocalEnvironment();
this.environment = LocalEnvironment.getInstance();
// Store associated auth provider
this.authProvider = authProvider;