]> 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>
Fri, 3 Oct 2014 20:35:39 +0000 (15:35 -0500)
servers/slapd/overlays/ppolicy.c

index 3fdcda9f1aeb45469762c83e8922a61da19250de..5fb8948590177160cb64346e2bcbeb711b55aa41 100644 (file)
@@ -2352,6 +2352,7 @@ ppolicy_db_destroy(
                pwc--;
                ch_free( pwc );
        }
+       return 0;
 }
 
 static char *extops[] = {