diff options
author | Justin Clarke Casey | 2008-07-11 16:03:12 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-11 16:03:12 +0000 |
commit | 8535cb52e0c837f15f8900ce8d6a4605109e56f8 (patch) | |
tree | 35af97eb40f4b260c471d902d48bcd9199f7a830 /OpenSim/Region/Environment/Scenes | |
parent | Mantis#1005. Thank you kindly, Mircea for a two patches that: (diff) | |
download | opensim-SC_OLD-8535cb52e0c837f15f8900ce8d6a4605109e56f8.zip opensim-SC_OLD-8535cb52e0c837f15f8900ce8d6a4605109e56f8.tar.gz opensim-SC_OLD-8535cb52e0c837f15f8900ce8d6a4605109e56f8.tar.bz2 opensim-SC_OLD-8535cb52e0c837f15f8900ce8d6a4605109e56f8.tar.xz |
* Put an info entry in the log if permissions are being bypassed
* might help to diagnose mantis 1712
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 3c8df33..d6bbb1f 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -2956,7 +2956,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
2956 | } | 2956 | } |
2957 | 2957 | ||
2958 | /// <summary> | 2958 | /// <summary> |
2959 | /// | 2959 | /// Handle a request for admin rights |
2960 | /// </summary> | 2960 | /// </summary> |
2961 | /// <param name="agentID"></param> | 2961 | /// <param name="agentID"></param> |
2962 | /// <param name="sessionID"></param> | 2962 | /// <param name="sessionID"></param> |