(fix) avoid warning

This commit is contained in:
Ludovic Marcotte 2019-08-15 15:54:48 -04:00
parent 3e2af3a16e
commit 8c77145b9f

View file

@ -839,7 +839,7 @@ static Class NSNullK;
// We update the placeholder in the LDAP source if needed // We update the placeholder in the LDAP source if needed
if ([currentSource conformsToProtocol: @protocol(SOGoDNSource)]) if ([currentSource conformsToProtocol: @protocol(SOGoDNSource)])
[currentSource updateBaseDNFromLogin: theUID]; [(id<SOGoDNSource>) currentSource updateBaseDNFromLogin: theUID];
// Use the provided domain during the lookup. If none is defined, use the source's one // Use the provided domain during the lookup. If none is defined, use the source's one
// so if there's a match based on the source's domain, the user ID will be associated // so if there's a match based on the source's domain, the user ID will be associated