diff options
Diffstat (limited to 'OpenSim/Region/Environment/Modules/InterGrid')
-rw-r--r-- | OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs b/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs index eeff62d..cb525cc 100644 --- a/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs +++ b/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs | |||
@@ -787,7 +787,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid | |||
787 | UUID userUUID = UUID.Zero; | 787 | UUID userUUID = UUID.Zero; |
788 | if (UUID.TryParse(uuidString, out userUUID)) | 788 | if (UUID.TryParse(uuidString, out userUUID)) |
789 | { | 789 | { |
790 | UUID RemoteID = uuidString; | 790 | UUID RemoteID = (UUID)uuidString; |
791 | UUID LocalID = RemoteID; | 791 | UUID LocalID = RemoteID; |
792 | // FIXME: TODO: Routine to map RemoteUUIDs to LocalUUIds | 792 | // FIXME: TODO: Routine to map RemoteUUIDs to LocalUUIds |
793 | // would be done already.. but the client connects with the Aditi UUID | 793 | // would be done already.. but the client connects with the Aditi UUID |