mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
strip_cav_tag() should return ber_tag_t, not int
This commit is contained in:
parent
64e9d0e58f
commit
11ab0b655e
@ -902,7 +902,7 @@ strip_cav_str( ComponentAssertionValue* cav, char* str)
|
|||||||
/*
|
/*
|
||||||
* TAG : "item", "and", "or", "not"
|
* TAG : "item", "and", "or", "not"
|
||||||
*/
|
*/
|
||||||
static int
|
static ber_tag_t
|
||||||
strip_cav_tag( ComponentAssertionValue* cav )
|
strip_cav_tag( ComponentAssertionValue* cav )
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user