mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* throw debug message when no HomeURI is set
This commit is contained in:
@@ -238,6 +238,8 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
|
||||
string url = aCircuit.ServiceURLs["HomeURI"].ToString();
|
||||
IUserAgentService security = new UserAgentServiceConnector(url);
|
||||
return security.VerifyClient(aCircuit.SessionID, token);
|
||||
} else {
|
||||
m_log.Debug("this gent does not have a HomeURI OH NO");
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user