Merge branch 'avination-current'

avinationmerge
Melanie Thielker 2014-08-23 19:12:12 +02:00
commit 3341bbbc3b
1 changed files with 6 additions and 0 deletions

View File

@ -152,6 +152,12 @@ namespace OpenSim.Services.Interfaces
}
}
set {
if ( value == null)
{
m_serverURI = String.Empty;
return;
}
if ( value.EndsWith("/") ) {
m_serverURI = value;
} else {