diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Capabilities/CapsHandlers.cs | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to 'OpenSim/Capabilities/CapsHandlers.cs')
-rw-r--r-- | OpenSim/Capabilities/CapsHandlers.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Capabilities/CapsHandlers.cs b/OpenSim/Capabilities/CapsHandlers.cs index 6d3b9b5..f5a40df 100644 --- a/OpenSim/Capabilities/CapsHandlers.cs +++ b/OpenSim/Capabilities/CapsHandlers.cs | |||
@@ -112,9 +112,9 @@ namespace OpenSim.Framework.Capabilities | |||
112 | m_httpListener.RemoveStreamHandler("POST", m_capsHandlers[idx].Path); | 112 | m_httpListener.RemoveStreamHandler("POST", m_capsHandlers[idx].Path); |
113 | m_capsHandlers.Remove(idx); | 113 | m_capsHandlers.Remove(idx); |
114 | } | 114 | } |
115 | 115 | ||
116 | if (null == value) return; | 116 | if (null == value) return; |
117 | 117 | ||
118 | m_capsHandlers[idx] = value; | 118 | m_capsHandlers[idx] = value; |
119 | m_httpListener.AddStreamHandler(value); | 119 | m_httpListener.AddStreamHandler(value); |
120 | } | 120 | } |
@@ -147,7 +147,7 @@ namespace OpenSim.Framework.Capabilities | |||
147 | { | 147 | { |
148 | Hashtable caps = new Hashtable(); | 148 | Hashtable caps = new Hashtable(); |
149 | string protocol = "http://"; | 149 | string protocol = "http://"; |
150 | 150 | ||
151 | if (m_useSSL) | 151 | if (m_useSSL) |
152 | protocol = "https://"; | 152 | protocol = "https://"; |
153 | 153 | ||