[core,settings] fix missing return path
This commit is contained in:
parent
3c3c996974
commit
abe49dfd3d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user