diff options
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs')
-rwxr-xr-x | 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 14e21a2..790aa99 100755 --- a/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs +++ b/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs | |||
@@ -309,7 +309,8 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
309 | { | 309 | { |
310 | Thread.ResetAbort(); | 310 | Thread.ResetAbort(); |
311 | // Shouldn't set this to 'false', the normal shutdown should cause things to exit | 311 | // Shouldn't set this to 'false', the normal shutdown should cause things to exit |
312 | // m_running = false; | 312 | // but robust is still not normal neither is mono |
313 | m_running = false; | ||
313 | } | 314 | } |
314 | catch (Exception e) | 315 | catch (Exception e) |
315 | { | 316 | { |