aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
-rw-r--r--OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 0acbd31..2d0215f 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -80,7 +80,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
80 80
81 private int m_probesWithNoIngressPackets = 0; 81 private int m_probesWithNoIngressPackets = 0;
82 //private int m_lastPacketsReceived = 0; 82 //private int m_lastPacketsReceived = 0;
83 private byte[] ZeroOutBuffer = new byte[4096]; 83 //private byte[] ZeroOutBuffer = new byte[4096];
84 84
85 private readonly LLUUID m_agentId; 85 private readonly LLUUID m_agentId;
86 private readonly uint m_circuitCode; 86 private readonly uint m_circuitCode;
diff --git a/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs b/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs
index aacbd55..53533ec 100644
--- a/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs
+++ b/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs
@@ -124,7 +124,7 @@ namespace OpenSim.Region.ScriptEngine.Common
124 //m_log.Info(ScriptEngineName, "LSL_BaseClass.Start() called."); 124 //m_log.Info(ScriptEngineName, "LSL_BaseClass.Start() called.");
125 125
126 // Get this AppDomain's settings and display some of them. 126 // Get this AppDomain's settings and display some of them.
127 AppDomainSetup ads = AppDomain.CurrentDomain.SetupInformation; 127 // AppDomainSetup ads = AppDomain.CurrentDomain.SetupInformation;
128 // Console.WriteLine("AppName={0}, AppBase={1}, ConfigFile={2}", 128 // Console.WriteLine("AppName={0}, AppBase={1}, ConfigFile={2}",
129 // ads.ApplicationName, 129 // ads.ApplicationName,
130 // ads.ApplicationBase, 130 // ads.ApplicationBase,