From 51427bae9f3c73d516b607466cd4fe0368e0df27 Mon Sep 17 00:00:00 2001 From: Homer Horwitz Date: Thu, 11 Dec 2008 19:57:45 +0000 Subject: Correct the last checkin. --- OpenSim/Region/Communications/Local/LocalLoginService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Communications') diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs index 7f16ec2..9b71efd 100644 --- a/OpenSim/Region/Communications/Local/LocalLoginService.cs +++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs @@ -311,7 +311,7 @@ namespace OpenSim.Region.Communications.Local } else { - seedcap = "http://" + regionInfo.ExternalEndPoint + ":" + serversInfo.HttpListenerPort + "/CAPS/" + capsPath + "0000/"; + seedcap = "http://" + regionInfo.ExternalHostName + ":" + serversInfo.HttpListenerPort + "/CAPS/" + capsPath + "0000/"; } response.SeedCapability = seedcap; //regionInfo.ExternalEndPoint.Address.ToString() + ":" + regionInfo.HttpPort + "/CAPS/" + capsPath + "0000/"; -- cgit v1.1