aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework
diff options
context:
space:
mode:
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)