diff options
Diffstat (limited to 'OpenSim/Framework')
-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() |