Bug fix on the bug fix on UserAccountService.cs

0.7.2-post-fixes
Diva Canto 2011-10-16 16:13:24 -07:00
parent 8ba0cc470a
commit 58f2c9e224
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ namespace OpenSim.Services.UserAccountService
if (userConfig == null)
throw new Exception("No UserAccountService configuration");
m_RootInstance = this;
string gridServiceDll = userConfig.GetString("GridService", string.Empty);
if (gridServiceDll != string.Empty)
m_GridService = LoadPlugin<IGridService>(gridServiceDll, new Object[] { config });