aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionInfo.cs
diff options
context:
space:
mode:
authorMelanie2010-02-18 04:19:33 +0000
committerMelanie2010-02-18 04:19:33 +0000
commit842b68eeff7571d3c82415c65065bec3c95f34ea (patch)
tree5980e497c3f3fc5acb9bd549e4b050268a92f2b4 /OpenSim/Framework/RegionInfo.cs
parentRevert "change "SYSTEMIP" to "localhost" in the create region console command... (diff)
downloadopensim-SC_OLD-842b68eeff7571d3c82415c65065bec3c95f34ea.zip
opensim-SC_OLD-842b68eeff7571d3c82415c65065bec3c95f34ea.tar.gz
opensim-SC_OLD-842b68eeff7571d3c82415c65065bec3c95f34ea.tar.bz2
opensim-SC_OLD-842b68eeff7571d3c82415c65065bec3c95f34ea.tar.xz
Change handling of the SYSTEMIP constant to be more sane.
This will now choose the first network interface IP address, or the loopback interface if no external interfaces are found. It will log the IP address used as [NETWORK]: Using x.x.x.x for SYSTEMIP.
Diffstat (limited to 'OpenSim/Framework/RegionInfo.cs')
-rw-r--r--OpenSim/Framework/RegionInfo.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs
index 88b62e0..baef32a 100644
--- a/OpenSim/Framework/RegionInfo.cs
+++ b/OpenSim/Framework/RegionInfo.cs
@@ -487,7 +487,6 @@ namespace OpenSim.Framework
487 else 487 else
488 m_externalHostName = externalName; 488 m_externalHostName = externalName;
489 489
490
491 // Master avatar cruft 490 // Master avatar cruft
492 // 491 //
493 string masterAvatarUUID; 492 string masterAvatarUUID;