aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services
diff options
context:
space:
mode:
authorMelanie Thielker2017-01-04 19:13:59 +0000
committerMelanie Thielker2017-01-04 19:13:59 +0000
commitb0db5752202f8e8e56390ac0c062b9f500575290 (patch)
tree03e0b6e923c8f1d8b246a83be7b84db25eb9e741 /OpenSim/Services
parentSuppress misleading message when logging in locally (diff)
downloadopensim-SC_OLD-b0db5752202f8e8e56390ac0c062b9f500575290.zip
opensim-SC_OLD-b0db5752202f8e8e56390ac0c062b9f500575290.tar.gz
opensim-SC_OLD-b0db5752202f8e8e56390ac0c062b9f500575290.tar.bz2
opensim-SC_OLD-b0db5752202f8e8e56390ac0c062b9f500575290.tar.xz
Set a sensible default for the MaxAgentGroups parameter
MaxAgentGroups is in the [Groups] section, but is read by the login service. If the login service and the groups service don't share the same ini file, that will be sent to the viewer as zero and groups will not work.
Diffstat (limited to 'OpenSim/Services')
-rw-r--r--OpenSim/Services/LLLoginService/LLLoginService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginService.cs b/OpenSim/Services/LLLoginService/LLLoginService.cs
index 5d69705..80fc56f 100644
--- a/OpenSim/Services/LLLoginService/LLLoginService.cs
+++ b/OpenSim/Services/LLLoginService/LLLoginService.cs
@@ -82,7 +82,7 @@ namespace OpenSim.Services.LLLoginService
82 protected string m_SearchURL; 82 protected string m_SearchURL;
83 protected string m_Currency; 83 protected string m_Currency;
84 protected string m_ClassifiedFee; 84 protected string m_ClassifiedFee;
85 protected int m_MaxAgentGroups; 85 protected int m_MaxAgentGroups = 42;
86 protected string m_DestinationGuide; 86 protected string m_DestinationGuide;
87 protected string m_AvatarPicker; 87 protected string m_AvatarPicker;
88 protected string m_AllowedClients; 88 protected string m_AllowedClients;