aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
diff options
context:
space:
mode:
authorJeff Ames2009-08-01 05:11:47 +0000
committerJeff Ames2009-08-01 05:11:47 +0000
commit4ce5c894cf901730d09a1ac281cff5d15adcc909 (patch)
treee2e2307f9a3bc6cdd0ff38e66724fd0a172b05a0 /OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
parentMake ROBUST not hang on exit in recent Mono versions. Make the logfile config (diff)
downloadopensim-SC_OLD-4ce5c894cf901730d09a1ac281cff5d15adcc909.zip
opensim-SC_OLD-4ce5c894cf901730d09a1ac281cff5d15adcc909.tar.gz
opensim-SC_OLD-4ce5c894cf901730d09a1ac281cff5d15adcc909.tar.bz2
opensim-SC_OLD-4ce5c894cf901730d09a1ac281cff5d15adcc909.tar.xz
Add copyright header. Formatting cleanup.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
index fbd7166..98e7f0e 100644
--- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
+++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
@@ -199,7 +199,7 @@ namespace OpenSim.Framework.Servers.HttpServer
199 bool pollHandlerResult = false; 199 bool pollHandlerResult = false;
200 lock (m_pollHandlers) 200 lock (m_pollHandlers)
201 { 201 {
202 if (!m_pollHandlers.ContainsKey( methodName)) 202 if (!m_pollHandlers.ContainsKey(methodName))
203 { 203 {
204 m_pollHandlers.Add(methodName,args); 204 m_pollHandlers.Add(methodName,args);
205 pollHandlerResult = true; 205 pollHandlerResult = true;