* Make standalone non-home region caps work again.

* When I removed the hard coding for the http port last night, I foolishly assumed standalone would be okay :)
This commit is contained in:
Justin Clarke Casey
2008-03-24 20:22:58 +00:00
parent 3be815b206
commit 6489746a6b
2 changed files with 11 additions and 1 deletions

View File

@@ -42,7 +42,8 @@ namespace OpenSim.Region.ClientStack
{
public abstract class RegionApplicationBase : BaseOpenSimServer
{
private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
private static readonly log4net.ILog m_log
= log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
protected AssetCache m_assetCache;
protected Dictionary<EndPoint, uint> m_clientCircuits = new Dictionary<EndPoint, uint>();