From 4f26cf8ea220427f65d3b2adbf4b76f540469373 Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 20 May 2007 15:50:36 +0000 Subject: Didn't want to get left behind in the number of commits, and hey it says there are some differences between my local copy and svn, so why not commit? --- OpenSim.Framework/UserProfile.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim.Framework') diff --git a/OpenSim.Framework/UserProfile.cs b/OpenSim.Framework/UserProfile.cs index 0f21fb3..f95a8fa 100644 --- a/OpenSim.Framework/UserProfile.cs +++ b/OpenSim.Framework/UserProfile.cs @@ -49,6 +49,7 @@ namespace OpenSim.Framework.User CurrentSecureSessionID = new LLUUID(randDataSS,0); CurrentSessionID = new LLUUID(randDataS,0); + } public void AddSimCircuit(uint circuitCode, LLUUID regionUUID) -- cgit v1.1