aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie Thielker2009-07-04 18:20:18 +0000
committerMelanie Thielker2009-07-04 18:20:18 +0000
commit5df21f9dcbd6573eb5c4618a8ddcf4cecf61fcdc (patch)
tree23e1a161455e4f88eb9c76d2eb3ac85b4dd61db4
parentAdd the new field agent_access_max. Without it being set to "A", viewers from (diff)
downloadopensim-SC_OLD-5df21f9dcbd6573eb5c4618a8ddcf4cecf61fcdc.zip
opensim-SC_OLD-5df21f9dcbd6573eb5c4618a8ddcf4cecf61fcdc.tar.gz
opensim-SC_OLD-5df21f9dcbd6573eb5c4618a8ddcf4cecf61fcdc.tar.bz2
opensim-SC_OLD-5df21f9dcbd6573eb5c4618a8ddcf4cecf61fcdc.tar.xz
Fix previous commit
-rw-r--r--OpenSim/Framework/Communications/Services/LoginResponse.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Services/LoginResponse.cs b/OpenSim/Framework/Communications/Services/LoginResponse.cs
index b48fb76..ec5f428 100644
--- a/OpenSim/Framework/Communications/Services/LoginResponse.cs
+++ b/OpenSim/Framework/Communications/Services/LoginResponse.cs
@@ -78,6 +78,7 @@ namespace OpenSim.Framework.Communications.Services
78 private uint simHttpPort; 78 private uint simHttpPort;
79 private string simAddress; 79 private string simAddress;
80 private string agentAccess; 80 private string agentAccess;
81 private string agentAccessMax;
81 private Int32 circuitCode; 82 private Int32 circuitCode;
82 private uint regionX; 83 private uint regionX;
83 private uint regionY; 84 private uint regionY;