diff options
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index d0d5378..9583b6d 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -153,7 +153,7 @@ namespace OpenSim | |||
153 | 153 | ||
154 | m_config = new OpenSimConfigSource(); | 154 | m_config = new OpenSimConfigSource(); |
155 | m_config.Source = new IniConfigSource(); | 155 | m_config.Source = new IniConfigSource(); |
156 | IConfigSource icong; | 156 | // IConfigSource icong; |
157 | 157 | ||
158 | //check for .INI file (either default or name passed in command line) | 158 | //check for .INI file (either default or name passed in command line) |
159 | if (File.Exists(Application.iniFilePath)) | 159 | if (File.Exists(Application.iniFilePath)) |