]> git.sur5r.net Git - openldap/commitdiff
strip_cav_tag() should return ber_tag_t, not int
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 18 Jul 2005 05:11:11 +0000 (05:11 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 18 Jul 2005 05:11:11 +0000 (05:11 +0000)
servers/slapd/component.c

index 36651ae75600e84524b67b8cd08723841902ab74..01c30d67ca64a53724c04dda507a1560964e5529 100644 (file)
@@ -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 )
 {