aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Framework/RegionInfo.cs2
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs1
2 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs
index 2f7faff..3dd057c 100644
--- a/OpenSim/Framework/RegionInfo.cs
+++ b/OpenSim/Framework/RegionInfo.cs
@@ -496,7 +496,7 @@ namespace OpenSim.Framework
496 } 496 }
497 else 497 else
498 { 498 {
499 address = IPAddress.Parse(MainConsole.Instance.CmdPrompt("Internal IP address", "127.0.0.1")); 499 address = IPAddress.Parse(MainConsole.Instance.CmdPrompt("Internal IP address", "0.0.0.0"));
500 config.Set("InternalAddress", address.ToString()); 500 config.Set("InternalAddress", address.ToString());
501 } 501 }
502 502
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs
index 5c6996f..cbe84ac 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs
@@ -88,6 +88,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
88 // cause crashes with potential data loss, or can be used to 88 // cause crashes with potential data loss, or can be used to
89 // trick experienced and cautious users into unwanted situations, 89 // trick experienced and cautious users into unwanted situations,
90 // or changes global data permanently and without undo ability 90 // or changes global data permanently and without undo ability
91 // Malicious scripting can allow theft of content
91 // 92 //
92 // VeryHigh - Even normal use may, depending on the number of instances, 93 // VeryHigh - Even normal use may, depending on the number of instances,
93 // or frequency of use, result in severe service impairment 94 // or frequency of use, result in severe service impairment