]> git.sur5r.net Git - openldap/commitdiff
Silence compiler warning by adding explicit return 0 to ppolicy_db_destroy
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 3 Oct 2014 20:35:39 +0000 (15:35 -0500)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 30 Oct 2014 19:15:46 +0000 (14:15 -0500)
servers/slapd/overlays/ppolicy.c

index 80cf0c8330beee5eeefc07c01d00e5b61c3dd909..19ffdb6f1752ec683495cca24f6c4cd3e97d0a07 100644 (file)
@@ -2348,6 +2348,7 @@ ppolicy_db_destroy(
                pwc--;
                ch_free( pwc );
        }
+       return 0;
 }
 
 static char *extops[] = {