mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Monotone-Parent: 9e635b25216d0eadcf76cf6cf3aa6e006edaeca6
Monotone-Revision: 42caf93c5de027c15e42a14d1ebfa2b4b02a8630 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-04-05T15:13:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -63,8 +63,11 @@
|
||||
else if ([type isEqualToString: @"sql"])
|
||||
sourceClass = @"SQLSource";
|
||||
else
|
||||
[NSException raise: @"SOGoUserManagerRegistryException"
|
||||
format: @"No class known for type '%@'", type];
|
||||
{
|
||||
[NSException raise: @"SOGoUserManagerRegistryException"
|
||||
format: @"No class known for type '%@'", type];
|
||||
sourceClass = nil;
|
||||
}
|
||||
}
|
||||
else
|
||||
sourceClass = @"LDAPSource";
|
||||
|
||||
Reference in New Issue
Block a user