]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/schema_init.c
Remove lint
[openldap] / servers / slapd / schema_init.c
index 7d29742259def647bca6398e17b9ed9e3f9cafe8..b421c22690c75f7da86f0e0b728f7826f391fd0c 100644 (file)
@@ -4726,3 +4726,12 @@ schema_init( void )
        schema_init_done = 1;
        return LDAP_SUCCESS;
 }
+
+void
+schema_destroy( void )
+{
+       oc_destroy();
+       at_destroy();
+       mr_destroy();
+       syn_destroy();
+}