diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Services/Interfaces/IGridService.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Services/Interfaces/IGridService.cs b/OpenSim/Services/Interfaces/IGridService.cs index 3f4c958..a3d237f 100644 --- a/OpenSim/Services/Interfaces/IGridService.cs +++ b/OpenSim/Services/Interfaces/IGridService.cs | |||
@@ -141,6 +141,12 @@ namespace OpenSim.Services.Interfaces | |||
141 | } | 141 | } |
142 | } | 142 | } |
143 | set { | 143 | set { |
144 | if ( value == null) | ||
145 | { | ||
146 | m_serverURI = String.Empty; | ||
147 | return; | ||
148 | } | ||
149 | |||
144 | if ( value.EndsWith("/") ) { | 150 | if ( value.EndsWith("/") ) { |
145 | m_serverURI = value; | 151 | m_serverURI = value; |
146 | } else { | 152 | } else { |