From 85fcb4e75c94ff7b5b45609826df5113f32aacc0 Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 2 Aug 2019 21:20:11 +1000 Subject: Another attempt at sorting out the auto group chicken and egg problems. Are you a local? Asking for a friend. --- OpenSim/Services/Interfaces/IAuthorizationService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Services/Interfaces/IAuthorizationService.cs') diff --git a/OpenSim/Services/Interfaces/IAuthorizationService.cs b/OpenSim/Services/Interfaces/IAuthorizationService.cs index d4c697a..1974234 100644 --- a/OpenSim/Services/Interfaces/IAuthorizationService.cs +++ b/OpenSim/Services/Interfaces/IAuthorizationService.cs @@ -48,7 +48,7 @@ namespace OpenSim.Services.Interfaces /// /// bool IsAuthorizedForRegion( - string userID, string firstName, string lastName, string regionID, out string message); + string userID, string firstName, string lastName, string regionID, out string message, out bool isLocal); } public class AuthorizationRequest -- cgit v1.1