mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-05 07:06:25 +00:00
Monotone-Parent: 8700a58737ff7392bcc35403e222b4e7d5fac676
Monotone-Revision: 775b7e4fea80568033b5c8bf9b7c5220c7d36041 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-27T19:27:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-01-27 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* Tools/SOGoToolBackup.m (-fetchUserIDs): retain allUsers to avoid
|
||||
a release between the pool rotation.
|
||||
|
||||
2010-01-25 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/SchedulerUI.js
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
allUsers = [lm fetchUsersMatching: @"." inDomain: nil];
|
||||
else
|
||||
{
|
||||
allUsers = [NSMutableArray array];
|
||||
allUsers = [NSMutableArray new];
|
||||
for (count = 0; count < max; count++)
|
||||
{
|
||||
if (count > 0 && count%100 == 0)
|
||||
@@ -153,6 +153,7 @@
|
||||
else
|
||||
NSLog (@"user '%@' unknown", user);
|
||||
}
|
||||
[allUsers autorelease];
|
||||
}
|
||||
|
||||
ASSIGN (userIDs, [allUsers objectsForKey: @"c_uid" notFoundMarker: nil]);
|
||||
|
||||
Reference in New Issue
Block a user