mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Merge branch 'avination-current'
This commit is contained in:
@@ -152,6 +152,12 @@ namespace OpenSim.Services.Interfaces
|
||||
}
|
||||
}
|
||||
set {
|
||||
if ( value == null)
|
||||
{
|
||||
m_serverURI = String.Empty;
|
||||
return;
|
||||
}
|
||||
|
||||
if ( value.EndsWith("/") ) {
|
||||
m_serverURI = value;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user