Fixed to have an actual secure session ID in logininfo

zircon
gareth 2007-03-21 21:26:35 +00:00
parent 1c34cc0b3d
commit b894b2252b
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 = LLUUID.Zero;
public LLUUID InventoryFolder;
public LLUUID SecureSession;
public LLUUID InventoryFolder;
public LLUUID BaseFolder;
public Login()
{