aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorDiva Canto2011-04-28 08:58:04 -0700
committerDiva Canto2011-04-28 08:58:04 -0700
commit549dc5aeb9e693f1f575896796d19b03ec3a732f (patch)
treeca4a69066775602b58cb9de603463193205f35a2 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parentAdded MrMonkE to the contributors. Fixed contributors. (diff)
downloadopensim-SC_OLD-549dc5aeb9e693f1f575896796d19b03ec3a732f.zip
opensim-SC_OLD-549dc5aeb9e693f1f575896796d19b03ec3a732f.tar.gz
opensim-SC_OLD-549dc5aeb9e693f1f575896796d19b03ec3a732f.tar.bz2
opensim-SC_OLD-549dc5aeb9e693f1f575896796d19b03ec3a732f.tar.xz
Eliminated sAgentCircuitData, a data structure that has been obsolete for quite some time.
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 22bad99..43903ce 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -11635,7 +11635,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
11635 11635
11636 info.userEP = m_userEndPoint; 11636 info.userEP = m_userEndPoint;
11637 info.proxyEP = null; 11637 info.proxyEP = null;
11638 info.agentcircuit = new sAgentCircuitData(RequestClientInfo()); 11638 info.agentcircuit = RequestClientInfo();
11639 11639
11640 return info; 11640 return info;
11641 } 11641 }