From: Hallvard Furuseth Date: Mon, 18 Jul 2005 05:11:11 +0000 (+0000) Subject: strip_cav_tag() should return ber_tag_t, not int X-Git-Tag: OPENLDAP_AC_BP~371 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=11ab0b655e3e78eadc40a7dfea1962e7189032b2;p=openldap strip_cav_tag() should return ber_tag_t, not int --- diff --git a/servers/slapd/component.c b/servers/slapd/component.c index 36651ae756..01c30d67ca 100644 --- a/servers/slapd/component.c +++ b/servers/slapd/component.c @@ -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 ) {