From 11ab0b655e3e78eadc40a7dfea1962e7189032b2 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Mon, 18 Jul 2005 05:11:11 +0000 Subject: [PATCH] strip_cav_tag() should return ber_tag_t, not int --- servers/slapd/component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.39.5