GUACAMOLE-5: The root connection group is ORGANIZATIONAL, not BALANCING.

This commit is contained in:
Michael Jumper
2016-07-31 09:52:23 -07:00
parent c2f429360c
commit 8e99d2414b

View File

@@ -127,7 +127,7 @@ public class SharedRootConnectionGroup implements ConnectionGroup {
@Override
public Type getType() {
return Type.BALANCING;
return Type.ORGANIZATIONAL;
}
@Override