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-Url: https://git.sur5r.net/?a=commitdiff_plain;h=447292ee83267ebe3b519b23ddccb77bed1701ff;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 3fdcda9f1a..5fb8948590 100644 --- a/servers/slapd/overlays/ppolicy.c +++ b/servers/slapd/overlays/ppolicy.c @@ -2352,6 +2352,7 @@ ppolicy_db_destroy( pwc--; ch_free( pwc ); } + return 0; } static char *extops[] = {