diff options
author | Melanie | 2013-06-07 23:55:03 +0100 |
---|---|---|
committer | Melanie | 2013-06-07 23:55:03 +0100 |
commit | 75631e0267dbf58253dfcf6327b4d65f35bbaa6d (patch) | |
tree | 37521359907f2f015c6a51c43db711be16861e0f /OpenSim/Region/ClientStack/Linden/Caps | |
parent | Adding Avination's PollService to round out the HTTP inventory changes (diff) | |
download | opensim-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.cs | 1 |
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; |