Mantis#2032. Thank you kindly, Tyre for a patch that:

This small patch provides the required changes to populate 
the columns agentIP and agentPort in table "agents"
Tested with mysql (but should work for all supported db engines)
This commit is contained in:
Charles Krinke
2008-08-23 18:40:07 +00:00
parent bfc911f814
commit 4c40a680fa
2 changed files with 9 additions and 0 deletions

View File

@@ -380,6 +380,7 @@ namespace OpenSim.Framework.Servers
string methodName = xmlRprcRequest.MethodName;
if (methodName != null)
{
xmlRprcRequest.Params.Add(request.RemoteIPEndPoint);
XmlRpcResponse xmlRpcResponse;
XmlRpcMethod method;