remove useragentserviceconnector dns lookup also on ossl

This commit is contained in:
UbitUmarov
2019-10-06 17:09:49 +01:00
parent 09d8da7e77
commit c5e2afa9f8

View File

@@ -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)
{