mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
remove useragentserviceconnector dns lookup also on ossl
This commit is contained in:
@@ -2353,7 +2353,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
{
|
||||
try
|
||||
{
|
||||
UserAgentServiceConnector userConnection = new UserAgentServiceConnector(serverURI, true);
|
||||
UserAgentServiceConnector userConnection = new UserAgentServiceConnector(serverURI);
|
||||
|
||||
if (userConnection != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user