aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/GroupsModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-07-08 23:57:05 +0100
committerJustin Clark-Casey (justincc)2013-07-08 23:57:05 +0100
commit83da14008f9a8a4ad0cf0dd5487327e4a319fd5d (patch)
treef06fb594a1ffec2e32989908dd89d4873e019268 /OpenSim/Addons/Groups/GroupsModule.cs
parentminor: remove mono compiler warnings related to keyframe code (diff)
downloadopensim-SC_OLD-83da14008f9a8a4ad0cf0dd5487327e4a319fd5d.zip
opensim-SC_OLD-83da14008f9a8a4ad0cf0dd5487327e4a319fd5d.tar.gz
opensim-SC_OLD-83da14008f9a8a4ad0cf0dd5487327e4a319fd5d.tar.bz2
opensim-SC_OLD-83da14008f9a8a4ad0cf0dd5487327e4a319fd5d.tar.xz
minor: remove some mono compiler warnings in new groups code
Diffstat (limited to 'OpenSim/Addons/Groups/GroupsModule.cs')
-rw-r--r--OpenSim/Addons/Groups/GroupsModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Addons/Groups/GroupsModule.cs b/OpenSim/Addons/Groups/GroupsModule.cs
index 5959bac..82e2d6f 100644
--- a/OpenSim/Addons/Groups/GroupsModule.cs
+++ b/OpenSim/Addons/Groups/GroupsModule.cs
@@ -485,7 +485,7 @@ namespace OpenSim.Groups
485 return; 485 return;
486 486
487 //// 16 bytes are the UUID. Maybe. 487 //// 16 bytes are the UUID. Maybe.
488 UUID folderID = new UUID(im.binaryBucket, 0); 488// UUID folderID = new UUID(im.binaryBucket, 0);
489 UUID noticeID = new UUID(im.imSessionID); 489 UUID noticeID = new UUID(im.imSessionID);
490 490
491 GroupNoticeInfo notice = m_groupData.GetGroupNotice(remoteClient.AgentId.ToString(), noticeID); 491 GroupNoticeInfo notice = m_groupData.GetGroupNotice(remoteClient.AgentId.ToString(), noticeID);