diff options
Diffstat (limited to 'OpenSim/Grid/GridServer')
-rw-r--r-- | OpenSim/Grid/GridServer/GridManager.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs index ec3ca19..98e670f 100644 --- a/OpenSim/Grid/GridServer/GridManager.cs +++ b/OpenSim/Grid/GridServer/GridManager.cs | |||
@@ -71,9 +71,9 @@ namespace OpenSim.Grid.GridServer | |||
71 | logloader.AddExtensionPoint ("/OpenSim/LogData"); | 71 | logloader.AddExtensionPoint ("/OpenSim/LogData"); |
72 | 72 | ||
73 | // loader will try to load all providers (MySQL, MSSQL, etc) | 73 | // loader will try to load all providers (MySQL, MSSQL, etc) |
74 | // unless it is constrainted to the correct "id" | 74 | // unless it is constrainted to the correct "Provider" entry in the addin.xml |
75 | gridloader.AddFilter ("/OpenSim/GridData", new PluginIdFilter (provider)); | 75 | gridloader.AddFilter ("/OpenSim/GridData", new PluginProviderFilter (provider)); |
76 | logloader.AddFilter ("/OpenSim/LogData", new PluginIdFilter (provider)); | 76 | logloader.AddFilter ("/OpenSim/LogData", new PluginProviderFilter (provider)); |
77 | 77 | ||
78 | gridloader.Load(); | 78 | gridloader.Load(); |
79 | logloader.Load(); | 79 | logloader.Load(); |