Add domain to lookupContactEntry

This commit is contained in:
Jesús García Sáez
2015-11-05 19:11:19 +01:00
committed by Carlos Pérez-Aradros Herce
parent 48832a4878
commit 7d49674d9d
6 changed files with 27 additions and 17 deletions
+1 -1
View File
@@ -1047,7 +1047,7 @@ static Class NSNullK;
while ((sourceID = [sources nextObject]))
{
currentSource = [_sources objectForKey: sourceID];
contact = [currentSource lookupContactEntry: uid];
contact = [currentSource lookupContactEntry: uid inDomain: domain];
if (contact)
[contacts addObject: contact];
}