aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps
diff options
context:
space:
mode:
authorMelanie2013-06-07 23:55:03 +0100
committerMelanie2013-06-07 23:55:03 +0100
commit75631e0267dbf58253dfcf6327b4d65f35bbaa6d (patch)
tree37521359907f2f015c6a51c43db711be16861e0f /OpenSim/Region/ClientStack/Linden/Caps
parentAdding Avination's PollService to round out the HTTP inventory changes (diff)
downloadopensim-SC_OLD-75631e0267dbf58253dfcf6327b4d65f35bbaa6d.zip
opensim-SC_OLD-75631e0267dbf58253dfcf6327b4d65f35bbaa6d.tar.gz
opensim-SC_OLD-75631e0267dbf58253dfcf6327b4d65f35bbaa6d.tar.bz2
opensim-SC_OLD-75631e0267dbf58253dfcf6327b4d65f35bbaa6d.tar.xz
Supply proper type information for the various types of requests
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
index 7e6b027..9101fc3 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
@@ -288,6 +288,7 @@ namespace OpenSim.Region.ClientStack.Linden
288 // Register this as a poll service 288 // Register this as a poll service
289 PollServiceInventoryEventArgs args = new PollServiceInventoryEventArgs(m_scene, agentID); 289 PollServiceInventoryEventArgs args = new PollServiceInventoryEventArgs(m_scene, agentID);
290 290
291 args.Type = PollServiceEventArgs.EventType.Inventory;
291 MainServer.Instance.AddPollServiceHTTPHandler(capUrl, args); 292 MainServer.Instance.AddPollServiceHTTPHandler(capUrl, args);
292 293
293 string hostName = m_scene.RegionInfo.ExternalHostName; 294 string hostName = m_scene.RegionInfo.ExternalHostName;