mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Minor cleanup (coverity)
This commit is contained in:
parent
bc3dbcbde9
commit
04591c4706
1 changed files with 1 additions and 1 deletions
|
|
@ -416,7 +416,7 @@ _ure_prop_list(ucs2_t *pp, unsigned long limit, unsigned long *mask,
|
|||
b->error = _URE_INVALID_PROPERTY;
|
||||
}
|
||||
|
||||
if (n != 0)
|
||||
if (b->error == _URE_OK && n != 0)
|
||||
m |= cclass_flags[n];
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue