mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
strip_cav_tag() should return ber_tag_t, not int
This commit is contained in:
parent
64e9d0e58f
commit
11ab0b655e
1 changed files with 1 additions and 1 deletions
|
|
@ -902,7 +902,7 @@ strip_cav_str( ComponentAssertionValue* cav, char* str)
|
|||
/*
|
||||
* TAG : "item", "and", "or", "not"
|
||||
*/
|
||||
static int
|
||||
static ber_tag_t
|
||||
strip_cav_tag( ComponentAssertionValue* cav )
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue