Other parts of the code checks to see if SecureSession is still set to zero, so it needs to be initialised with zero

zircon
MW 2007-03-21 21:32:38 +00:00
parent b894b2252b
commit 8c4bc72de4
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ namespace OpenSim.Framework.Interfaces
public string Last = "User";
public LLUUID Agent;
public LLUUID Session;
public LLUUID SecureSession;
public LLUUID InventoryFolder;
public LLUUID SecureSession = LLUUID.Zero;
public LLUUID InventoryFolder;
public LLUUID BaseFolder;
public Login()
{