mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Eliminated sAgentCircuitData, a data structure that has been obsolete for quite some time.
This commit is contained in:
@@ -11635,7 +11635,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
info.userEP = m_userEndPoint;
|
||||
info.proxyEP = null;
|
||||
info.agentcircuit = new sAgentCircuitData(RequestClientInfo());
|
||||
info.agentcircuit = RequestClientInfo();
|
||||
|
||||
return info;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user