]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/init.c
ITS#3864 use sasl_ssf_t where expected
[openldap] / servers / slapd / init.c
index 5666a49b992bbeb4cf802fc0ff2742ddee95fd16..28f30521c6913a6eec4709a5538f39a5f9461421 100644 (file)
@@ -112,6 +112,14 @@ slap_init( int mode, const char *name )
                return 1;
        }
 
+       if ( filter_init() != 0 ) {
+               slap_debug |= LDAP_DEBUG_NONE;
+               Debug( LDAP_DEBUG_ANY,
+                   "%s: filter_init failed\n",
+                   name, 0, 0 );
+               return 1;
+       }
+
        if ( entry_init() != 0 ) {
                slap_debug |= LDAP_DEBUG_NONE;
                Debug( LDAP_DEBUG_ANY,