mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* minor: remove some mono compiler warnings
This commit is contained in:
@@ -50,7 +50,7 @@ namespace OpenSim.Framework.Servers
|
||||
private HttpServerLogWriter httpserverlog = new HttpServerLogWriter();
|
||||
|
||||
private volatile int NotSocketErrors = 0;
|
||||
private volatile bool HTTPDRunning = false;
|
||||
public volatile bool HTTPDRunning = false;
|
||||
|
||||
protected Thread m_workerThread;
|
||||
protected HttpListener m_httpListener;
|
||||
|
||||
Reference in New Issue
Block a user