remove useragentserviceconnector dns lookup also on ossl

0.9.1.0-post-fixes
UbitUmarov 2019-10-06 17:09:49 +01:00
parent 09d8da7e77
commit c5e2afa9f8
1 changed files with 1 additions and 1 deletions

View File

@ -2353,7 +2353,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
{ {
try try
{ {
UserAgentServiceConnector userConnection = new UserAgentServiceConnector(serverURI, true); UserAgentServiceConnector userConnection = new UserAgentServiceConnector(serverURI);
if (userConnection != null) if (userConnection != null)
{ {