Other parts of the code checks to see if SecureSession is still set to zero, so it needs to be initialised with zero
parent
b894b2252b
commit
8c4bc72de4
|
@ -11,8 +11,8 @@ namespace OpenSim.Framework.Interfaces
|
||||||
public string Last = "User";
|
public string Last = "User";
|
||||||
public LLUUID Agent;
|
public LLUUID Agent;
|
||||||
public LLUUID Session;
|
public LLUUID Session;
|
||||||
public LLUUID SecureSession;
|
public LLUUID SecureSession = LLUUID.Zero;
|
||||||
public LLUUID InventoryFolder;
|
public LLUUID InventoryFolder;
|
||||||
public LLUUID BaseFolder;
|
public LLUUID BaseFolder;
|
||||||
public Login()
|
public Login()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue