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:
Wolfgang Sourdeau
2011-04-05 15:13:43 +00:00
parent 3f7f5681ce
commit 3dd32709b9
+5 -2
View File
@@ -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";