From 1c34cc0b3d440b5cae333cc0ea68b59c2b9145e2 Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 21 Mar 2007 21:21:05 +0000 Subject: [PATCH] The mixing updated Login.cs file --- OpenSim.Framework/Login.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenSim.Framework/Login.cs b/OpenSim.Framework/Login.cs index f445960621..8a67853c44 100644 --- a/OpenSim.Framework/Login.cs +++ b/OpenSim.Framework/Login.cs @@ -11,6 +11,7 @@ namespace OpenSim.Framework.Interfaces public string Last = "User"; public LLUUID Agent; public LLUUID Session; + public LLUUID SecureSession = LLUUID.Zero; public LLUUID InventoryFolder; public LLUUID BaseFolder; public Login()