Fix static array retain

This commit is contained in:
Francis Lachapelle
2014-02-06 14:37:43 -05:00
parent 2c678101fc
commit aeb712083a

View File

@@ -3173,6 +3173,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
[NSArray arrayWithObject: SOGoRole_ObjectCreator],
[NSArray arrayWithObject: SOGoRole_ObjectEraser],
nil];
[rolesClassifications retain];
}
// When a user is a member of many groups for which there are access rights, multiple access rights
// can be returned for each classification. In this case, we only keep the highest access right.