mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
* Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths.
This commit is contained in:
@@ -755,7 +755,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
if (m_defaultLlsdHandler != null)
|
||||
{
|
||||
// LibOMV path
|
||||
llsdResponse = m_defaultLlsdHandler(llsdRequest);
|
||||
llsdResponse = m_defaultLlsdHandler(llsdRequest, request.RemoteIPEndPoint);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user