Fix mono compiler warning.

Last jenkins failure looked like a glitch.
This commit is contained in:
Justin Clark-Casey (justincc)
2012-05-12 03:04:47 +01:00
parent 8b958e7e74
commit 9d66792c2a

View File

@@ -66,7 +66,7 @@ namespace OpenSim.Tests.Common
private AgentCircuitManager m_acm = new AgentCircuitManager();
private ISimulationDataService m_simDataService
= OpenSim.Server.Base.ServerUtils.LoadPlugin<ISimulationDataService>("OpenSim.Tests.Common.dll", null);
private IEstateDataService m_estateDataService;
private IEstateDataService m_estateDataService = null;
private LocalAssetServicesConnector m_assetService;
private LocalAuthenticationServicesConnector m_authenticationService;