aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Presence
diff options
context:
space:
mode:
authorDiva Canto2010-02-26 10:35:23 -0800
committerDiva Canto2010-02-26 10:35:23 -0800
commitbbb43f9bdeda4994653c72fac62f9023d6dbdcdc (patch)
tree2a9458010ac18ca5e89b53364c619d4433d910fc /OpenSim/Services/Connectors/Presence
parentFlags on Store(Friend) are supposed to be MyFlags. (diff)
downloadopensim-SC_OLD-bbb43f9bdeda4994653c72fac62f9023d6dbdcdc.zip
opensim-SC_OLD-bbb43f9bdeda4994653c72fac62f9023d6dbdcdc.tar.gz
opensim-SC_OLD-bbb43f9bdeda4994653c72fac62f9023d6dbdcdc.tar.bz2
opensim-SC_OLD-bbb43f9bdeda4994653c72fac62f9023d6dbdcdc.tar.xz
Now showing friends online upon grid login.
Diffstat (limited to 'OpenSim/Services/Connectors/Presence')
-rw-r--r--OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs b/OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs
index fac3d1f..cc219cc 100644
--- a/OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs
@@ -321,7 +321,7 @@ namespace OpenSim.Services.Connectors
321 321
322 string reply = string.Empty; 322 string reply = string.Empty;
323 string reqString = ServerUtils.BuildQueryString(sendData); 323 string reqString = ServerUtils.BuildQueryString(sendData);
324 // m_log.DebugFormat("[PRESENCE CONNECTOR]: queryString = {0}", reqString); 324 //m_log.DebugFormat("[PRESENCE CONNECTOR]: queryString = {0}", reqString);
325 try 325 try
326 { 326 {
327 reply = SynchronousRestFormsRequester.MakeRequest("POST", 327 reply = SynchronousRestFormsRequester.MakeRequest("POST",
@@ -351,7 +351,7 @@ namespace OpenSim.Services.Connectors
351 } 351 }
352 352
353 Dictionary<string, object>.ValueCollection pinfosList = replyData.Values; 353 Dictionary<string, object>.ValueCollection pinfosList = replyData.Values;
354 //m_log.DebugFormat("[PRESENCE CONNECTOR]: GetAgents returned {0} elements", pinfosList.Count); 354 m_log.DebugFormat("[PRESENCE CONNECTOR]: GetAgents returned {0} elements", pinfosList.Count);
355 foreach (object presence in pinfosList) 355 foreach (object presence in pinfosList)
356 { 356 {
357 if (presence is Dictionary<string, object>) 357 if (presence is Dictionary<string, object>)