From: Quanah Gibson-Mount Date: Fri, 3 Oct 2014 20:35:39 +0000 (-0500) Subject: Silence compiler warning by adding explicit return 0 to ppolicy_db_destroy X-Git-Tag: OPENLDAP_REL_ENG_2_4_41~203 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6b26910c5acbf141ff322d043b3301d0976a7913;p=openldap Silence compiler warning by adding explicit return 0 to ppolicy_db_destroy --- diff --git a/servers/slapd/overlays/ppolicy.c b/servers/slapd/overlays/ppolicy.c index 80cf0c8330..19ffdb6f17 100644 --- a/servers/slapd/overlays/ppolicy.c +++ b/servers/slapd/overlays/ppolicy.c @@ -2348,6 +2348,7 @@ ppolicy_db_destroy( pwc--; ch_free( pwc ); } + return 0; } static char *extops[] = {