mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Fixed small null reference bug
This commit is contained in:
@@ -24,6 +24,7 @@ namespace OpenGrid.Framework.Manager {
|
||||
this.recvkey=recvkey;
|
||||
this.component_type=component_type;
|
||||
this.thecallback=thecallback;
|
||||
Sessions = new ArrayList();
|
||||
|
||||
app_httpd.AddXmlRPCHandler("manager_login",XmlRpcLoginMethod);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user