mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +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;
|
b->error = _URE_INVALID_PROPERTY;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (n != 0)
|
if (b->error == _URE_OK && n != 0)
|
||||||
m |= cclass_flags[n];
|
m |= cclass_flags[n];
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user