diff options
author | Justin Clarke Casey | 2009-01-02 19:46:12 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-02 19:46:12 +0000 |
commit | 720191ef2dcc47fe85ca4ee8db353731d569a393 (patch) | |
tree | 8959d3d09f31b1fb29f38b742a4c455babc6fa3b | |
parent | * Add Nini reference to Communications.OGS1 (diff) | |
download | opensim-SC_OLD-720191ef2dcc47fe85ca4ee8db353731d569a393.zip opensim-SC_OLD-720191ef2dcc47fe85ca4ee8db353731d569a393.tar.gz opensim-SC_OLD-720191ef2dcc47fe85ca4ee8db353731d569a393.tar.bz2 opensim-SC_OLD-720191ef2dcc47fe85ca4ee8db353731d569a393.tar.xz |
* reference is to Nini.Config, not Nini
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index faad884..fe69408 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -39,7 +39,7 @@ using System.Security.Authentication; | |||
39 | using System.Threading; | 39 | using System.Threading; |
40 | using OpenMetaverse; | 40 | using OpenMetaverse; |
41 | using log4net; | 41 | using log4net; |
42 | using Nini; | 42 | using Nini.Config; |
43 | using Nwc.XmlRpc; | 43 | using Nwc.XmlRpc; |
44 | using OpenSim.Framework; | 44 | using OpenSim.Framework; |
45 | using OpenSim.Framework.Communications; | 45 | using OpenSim.Framework.Communications; |