* Fixed a null assignment in voice server.

0.6.0-stable
Adam Frisby 2008-02-26 10:59:47 +00:00
parent 9d2ed9307c
commit 577cc7358a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace OpenSim.Region.Environment.Modules.VoiceChat
Thread m_listenerThread;
Thread m_mainThread;
List<Scene> m_scenes;
List<Scene> m_scenes = new List<Scene>();
Socket m_server;
Socket m_selectCancel;
bool m_enabled = false;