mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Minor cleanup (coverity)
This commit is contained in:
parent
bc3dbcbde9
commit
04591c4706
@ -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 New Issue
Block a user