mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Remove all references to HttpServer from CommsManager (all incarnations)
Change all uses of the HttpServer properties to use the new singleton
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenSim.Grid.UserServer
|
||||
public class UserServerCommsManager : CommunicationsManager
|
||||
{
|
||||
public UserServerCommsManager(IInterServiceInventoryServices interServiceInventoryService)
|
||||
: base(null, null, null, false, null)
|
||||
: base(null, null)
|
||||
{
|
||||
m_interServiceInventoryService = interServiceInventoryService;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user