mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-22 23:02:43 +00:00
Fix for bug #3010
This commit is contained in:
3
NEWS
3
NEWS
@@ -10,7 +10,8 @@ Bug fixes
|
||||
- Added support for IdP-initiated SAML2 logout (#2377)
|
||||
- We now generate SAML2 metadata on the fly (#2378)
|
||||
- We now handle correctly the SOGo logout when using SAML (#2376 and #2379)
|
||||
|
||||
- Fixed freebusy lookups going off bounds for resources (#3010)
|
||||
|
||||
2.2.10 (2014-11-21)
|
||||
-------------------
|
||||
|
||||
|
||||
@@ -229,7 +229,7 @@
|
||||
// Build a bit string representation of the freebusy data for the period
|
||||
freeBusyItems = NSZoneCalloc (NULL, intervals, sizeof (int));
|
||||
[self _fillFreeBusyItems: (freeBusyItems+4)
|
||||
count: intervals
|
||||
count: (intervals-4)
|
||||
withRecords: [fb fetchFreeBusyInfosFrom: start to: end forContact: uid]
|
||||
fromStartDate: startDate
|
||||
toEndDate: endDate];
|
||||
|
||||
Reference in New Issue
Block a user