Merge commit '730460169f2a45e934b42b2464f7c7472f7fac48' into bigmerge

avinationmerge
Melanie 2011-10-25 02:15:13 +01:00
commit 4215aea036
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 });