diff options
author | Tleiades Hax | 2007-10-26 15:35:17 +0000 |
---|---|---|
committer | Tleiades Hax | 2007-10-26 15:35:17 +0000 |
commit | adf4a3b9fd06068a20706d8b51d5ec6cd150a55d (patch) | |
tree | 813fe39407b489f7e962578a62b31c2e415a5a7f /OpenSim/Framework/General | |
parent | Temporary fix for a missing Opensim.ini file. (diff) | |
download | opensim-SC_OLD-adf4a3b9fd06068a20706d8b51d5ec6cd150a55d.zip opensim-SC_OLD-adf4a3b9fd06068a20706d8b51d5ec6cd150a55d.tar.gz opensim-SC_OLD-adf4a3b9fd06068a20706d8b51d5ec6cd150a55d.tar.bz2 opensim-SC_OLD-adf4a3b9fd06068a20706d8b51d5ec6cd150a55d.tar.xz |
Added method to create default config file in region server(OpenSim) following along the same priciples as in the other servers.
Diffstat (limited to 'OpenSim/Framework/General')
-rw-r--r-- | OpenSim/Framework/General/Types/NetworkServersInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/General/Types/NetworkServersInfo.cs b/OpenSim/Framework/General/Types/NetworkServersInfo.cs index 9e4bdb1..2357a9e 100644 --- a/OpenSim/Framework/General/Types/NetworkServersInfo.cs +++ b/OpenSim/Framework/General/Types/NetworkServersInfo.cs | |||
@@ -49,7 +49,7 @@ namespace OpenSim.Framework.Types | |||
49 | public static int DefaultHttpListenerPort = 9000; | 49 | public static int DefaultHttpListenerPort = 9000; |
50 | public int HttpListenerPort = DefaultHttpListenerPort; | 50 | public int HttpListenerPort = DefaultHttpListenerPort; |
51 | 51 | ||
52 | public int RemotingListenerPort = 8895; | 52 | public static int RemotingListenerPort = 8895; |
53 | 53 | ||
54 | 54 | ||
55 | public NetworkServersInfo() | 55 | public NetworkServersInfo() |