Fixed small null reference bug

This commit is contained in:
gareth
2007-05-19 12:10:09 +00:00
parent ec036a6eb0
commit 338ef1473d

View File

@@ -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);