aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework
diff options
context:
space:
mode:
authorMW2007-05-20 15:50:36 +0000
committerMW2007-05-20 15:50:36 +0000
commit4f26cf8ea220427f65d3b2adbf4b76f540469373 (patch)
tree1dc87689d586d1e2ff8026ac6a96a3b67c31b4d4 /OpenSim.Framework
parent* Fixed depreciated warning in MSSQL Manager (diff)
downloadopensim-SC_OLD-4f26cf8ea220427f65d3b2adbf4b76f540469373.zip
opensim-SC_OLD-4f26cf8ea220427f65d3b2adbf4b76f540469373.tar.gz
opensim-SC_OLD-4f26cf8ea220427f65d3b2adbf4b76f540469373.tar.bz2
opensim-SC_OLD-4f26cf8ea220427f65d3b2adbf4b76f540469373.tar.xz
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?
Diffstat (limited to 'OpenSim.Framework')
-rw-r--r--OpenSim.Framework/UserProfile.cs1
1 files changed, 1 insertions, 0 deletions
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
49 49
50 CurrentSecureSessionID = new LLUUID(randDataSS,0); 50 CurrentSecureSessionID = new LLUUID(randDataSS,0);
51 CurrentSessionID = new LLUUID(randDataS,0); 51 CurrentSessionID = new LLUUID(randDataS,0);
52
52 } 53 }
53 54
54 public void AddSimCircuit(uint circuitCode, LLUUID regionUUID) 55 public void AddSimCircuit(uint circuitCode, LLUUID regionUUID)