aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers
diff options
context:
space:
mode:
authorCharles Krinke2008-08-23 18:40:07 +0000
committerCharles Krinke2008-08-23 18:40:07 +0000
commit4c40a680fac28255fd51c4cef62d48caab8bd4db (patch)
treed74276b73f4f0b875aed6749a233c849ed74eed9 /OpenSim/Framework/Servers
parentChange to no longer check funds on temp texture uploads. (diff)
downloadopensim-SC_OLD-4c40a680fac28255fd51c4cef62d48caab8bd4db.zip
opensim-SC_OLD-4c40a680fac28255fd51c4cef62d48caab8bd4db.tar.gz
opensim-SC_OLD-4c40a680fac28255fd51c4cef62d48caab8bd4db.tar.bz2
opensim-SC_OLD-4c40a680fac28255fd51c4cef62d48caab8bd4db.tar.xz
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)
Diffstat (limited to 'OpenSim/Framework/Servers')
-rw-r--r--OpenSim/Framework/Servers/BaseHttpServer.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/BaseHttpServer.cs b/OpenSim/Framework/Servers/BaseHttpServer.cs
index c3bd085..23c28e6 100644
--- a/OpenSim/Framework/Servers/BaseHttpServer.cs
+++ b/OpenSim/Framework/Servers/BaseHttpServer.cs
@@ -380,6 +380,7 @@ namespace OpenSim.Framework.Servers
380 string methodName = xmlRprcRequest.MethodName; 380 string methodName = xmlRprcRequest.MethodName;
381 if (methodName != null) 381 if (methodName != null)
382 { 382 {
383 xmlRprcRequest.Params.Add(request.RemoteIPEndPoint);
383 XmlRpcResponse xmlRpcResponse; 384 XmlRpcResponse xmlRpcResponse;
384 385
385 XmlRpcMethod method; 386 XmlRpcMethod method;