diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-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 | } |