mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Guard against unauthorized agent deletes.
This commit is contained in:
@@ -93,7 +93,7 @@ namespace OpenSim.Services.Interfaces
|
||||
/// <param name="regionHandle"></param>
|
||||
/// <param name="id"></param>
|
||||
/// <returns></returns>
|
||||
bool CloseAgent(GridRegion destination, UUID id);
|
||||
bool CloseAgent(GridRegion destination, UUID id, string auth_token);
|
||||
|
||||
#endregion Agents
|
||||
|
||||
|
||||
Reference in New Issue
Block a user