diff options
author | Diva Canto | 2011-04-28 08:58:04 -0700 |
---|---|---|
committer | Diva Canto | 2011-04-28 08:58:04 -0700 |
commit | 549dc5aeb9e693f1f575896796d19b03ec3a732f (patch) | |
tree | ca4a69066775602b58cb9de603463193205f35a2 /OpenSim/Region | |
parent | Added MrMonkE to the contributors. Fixed contributors. (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
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 | } |