diff options
author | Mike Mazur | 2009-05-31 11:50:42 +0000 |
---|---|---|
committer | Mike Mazur | 2009-05-31 11:50:42 +0000 |
commit | 07a94fdf89e88e88513c61f7f67544e49ddcd9eb (patch) | |
tree | a46f5bfc3c378a6016883ea6d4b59e85f6c85f82 /OpenSim/Region/Application/OpenSimBackground.cs | |
parent | Slashing trailing slashes. (diff) | |
download | opensim-SC_OLD-07a94fdf89e88e88513c61f7f67544e49ddcd9eb.zip opensim-SC_OLD-07a94fdf89e88e88513c61f7f67544e49ddcd9eb.tar.gz opensim-SC_OLD-07a94fdf89e88e88513c61f7f67544e49ddcd9eb.tar.bz2 opensim-SC_OLD-07a94fdf89e88e88513c61f7f67544e49ddcd9eb.tar.xz |
Fix IRCd init check for config section
The IRCStackModule used Nini.Config.ConfigCollection.Contains() to
determine whether the "IRCd" section was present in the config. This
ConfigCollection, however, stores an ArrayList of IConfig objects, not
strings, so calling Contains("IRCd") always returns false since "IRCd"
is a string, not an IConfig object.
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBackground.cs')
0 files changed, 0 insertions, 0 deletions