remove useragentserviceconnector dns lookup also on ossl
parent
09d8da7e77
commit
c5e2afa9f8
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue