diff options
author | UbitUmarov | 2012-08-25 15:21:51 +0100 |
---|---|---|
committer | UbitUmarov | 2012-08-25 15:21:51 +0100 |
commit | 9a803308755200c0449e409fd3c22d45bca9e95c (patch) | |
tree | 2100bd63e85a37948dfc74a07f1d70a82a665048 /OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs | |
parent | Merge branch 'avination' into ubitwork (diff) | |
parent | Merge branch 'ubitwork' into avination (diff) | |
download | opensim-SC-9a803308755200c0449e409fd3c22d45bca9e95c.zip opensim-SC-9a803308755200c0449e409fd3c22d45bca9e95c.tar.gz opensim-SC-9a803308755200c0449e409fd3c22d45bca9e95c.tar.bz2 opensim-SC-9a803308755200c0449e409fd3c22d45bca9e95c.tar.xz |
Merge branch 'avination' into ubitwork
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs b/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs index a385110..a1dee4e 100644 --- a/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs +++ b/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs | |||
@@ -231,7 +231,8 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
231 | { | 231 | { |
232 | if (m_running) | 232 | if (m_running) |
233 | { | 233 | { |
234 | if (req.PollServiceArgs.Type == PollServiceEventArgs.EventType.LslHttp) | 234 | if (req.PollServiceArgs.Type == PollServiceEventArgs.EventType.LslHttp || |
235 | req.PollServiceArgs.Type == PollServiceEventArgs.EventType.Inventory) | ||
235 | { | 236 | { |
236 | m_requests.Enqueue(req); | 237 | m_requests.Enqueue(req); |
237 | } | 238 | } |