aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-03 18:49:25 +0000
committerJustin Clarke Casey2008-11-03 18:49:25 +0000
commit6ea24799dd4811dce0e61c2a70afb89095fdae31 (patch)
tree443b6e3c5f84fef5195a8035f20b816280faf11b /OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
parent* minor: eliminate unused config field (diff)
downloadopensim-SC_OLD-6ea24799dd4811dce0e61c2a70afb89095fdae31.zip
opensim-SC_OLD-6ea24799dd4811dce0e61c2a70afb89095fdae31.tar.gz
opensim-SC_OLD-6ea24799dd4811dce0e61c2a70afb89095fdae31.tar.bz2
opensim-SC_OLD-6ea24799dd4811dce0e61c2a70afb89095fdae31.tar.xz
* minor: don't need to null check config source in clientstack settings since this is always non null
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
index cbe6eff..960989d 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
@@ -149,7 +149,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
149 AssetCache assetCache, AgentCircuitManager circuitManager) 149 AssetCache assetCache, AgentCircuitManager circuitManager)
150 { 150 {
151 // XXX Temporary until we start unpacking the config source 151 // XXX Temporary until we start unpacking the config source
152 // TODO: Don't forget to account for the null possibility
153 ClientStackUserSettings userSettings = new ClientStackUserSettings(); 152 ClientStackUserSettings userSettings = new ClientStackUserSettings();
154 153
155 proxyPortOffset = proxyPortOffsetParm; 154 proxyPortOffset = proxyPortOffsetParm;