Fix mono compiler warning.

Last jenkins failure looked like a glitch.
0.7.4.1
Justin Clark-Casey (justincc) 2012-05-12 03:04:47 +01:00
parent 8b958e7e74
commit 9d66792c2a
1 changed files with 1 additions and 1 deletions

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;