diff --git a/OpenSim.Framework/Login.cs b/OpenSim.Framework/Login.cs index 6d040d0e44..8a67853c44 100644 --- a/OpenSim.Framework/Login.cs +++ b/OpenSim.Framework/Login.cs @@ -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() {