Logout the presence if client IP verification fails.
parent
953a487f5e
commit
68f107b27e
|
@ -2643,6 +2643,8 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
try
|
||||
{
|
||||
ScenePresence sp = GetScenePresence(agentID);
|
||||
PresenceService.LogoutAgent(sp.ControllingClient.SessionId);
|
||||
|
||||
if (sp != null)
|
||||
sp.ControllingClient.Close();
|
||||
|
||||
|
|
Loading…
Reference in New Issue