Fixed small null reference bug

zircon^2
gareth 2007-05-19 12:10:09 +00:00
parent ec036a6eb0
commit 338ef1473d
1 changed files with 1 additions and 0 deletions

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