[core,settings] fix missing return path

This commit is contained in:
Armin Novak 2023-04-13 14:20:29 +02:00 committed by akallabeth
parent 3c3c996974
commit abe49dfd3d

View File

@ -1220,4 +1220,5 @@ BOOL identity_set_from_smartcard_hash(SEC_WINNT_AUTH_IDENTITY_W* identity,
if (!identity_set_from_settings(identity, settings, userId, domainId, pwdId))
return FALSE;
#endif /* _WIN32 */
return TRUE;
}