diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/Interfaces/IGridService.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Services/Interfaces/IGridService.cs b/OpenSim/Services/Interfaces/IGridService.cs index 2f5e991..ad49522 100644 --- a/OpenSim/Services/Interfaces/IGridService.cs +++ b/OpenSim/Services/Interfaces/IGridService.cs | |||
@@ -266,8 +266,6 @@ namespace OpenSim.Services.Interfaces | |||
266 | 266 | ||
267 | return new IPEndPoint(ia, m_internalEndPoint.Port); | 267 | return new IPEndPoint(ia, m_internalEndPoint.Port); |
268 | } | 268 | } |
269 | |||
270 | set { m_externalHostName = value.ToString(); } | ||
271 | } | 269 | } |
272 | 270 | ||
273 | public string ExternalHostName | 271 | public string ExternalHostName |