JSON-183: sorry, copy & paste fault. It should be this term.

JSON-183
roker 2021-03-10 13:59:17 +01:00
parent 6c81956293
commit f24bb9bdc3
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ bool has_non_pEp_user(PEP_SESSION session, const identity_list* il)
{
for(; il!=nullptr; il = il->next)
{
if(il->ident->comm_type < PEP_ct_pEp_unconfirmed)
if((il->ident->comm_type | PEP_ct_confirmed) < PEP_ct_pEp)
return true;
}
return false;