aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs
diff options
context:
space:
mode:
authorDr Scofield2008-05-27 12:24:29 +0000
committerDr Scofield2008-05-27 12:24:29 +0000
commit34f1741866a2791febb1c6dad5e8482447c222be (patch)
treeeb70ce8c2d9abdb1ad8dd32e6f178fdc9202aafc /OpenSim/ApplicationPlugins/Rest/RestPlugin.cs
parentupdating URL for LSL status. (diff)
downloadopensim-SC_OLD-34f1741866a2791febb1c6dad5e8482447c222be.zip
opensim-SC_OLD-34f1741866a2791febb1c6dad5e8482447c222be.tar.gz
opensim-SC_OLD-34f1741866a2791febb1c6dad5e8482447c222be.tar.bz2
opensim-SC_OLD-34f1741866a2791febb1c6dad5e8482447c222be.tar.xz
cleaning up: coding style guidelines violation in RestPlugin.cs.
adding support for enabled = true|false for IRCBridgeModule
Diffstat (limited to '')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/RestPlugin.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs
index c502e28..9855658 100644
--- a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs
+++ b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs
@@ -194,7 +194,8 @@ namespace OpenSim.ApplicationPlugins.Rest
194 194
195 try 195 try
196 { 196 {
197 if ((_config = openSim.ConfigSource.Configs["RestPlugins"]) == null) { 197 if ((_config = openSim.ConfigSource.Configs["RestPlugins"]) == null)
198 {
198 m_log.WarnFormat("{0} Rest Plugins not configured", MsgID); 199 m_log.WarnFormat("{0} Rest Plugins not configured", MsgID);
199 return; 200 return;
200 } 201 }