Skip to content
Snippets Groups Projects
Commit 1ae20e9b authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Move extern schema_init_done outside of #ifdef SLAPD_SCHEMA_NOT_COMPAT

parent 89b09b02
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,9 @@
LDAP_BEGIN_DECL
LIBSLAPD_F( int ) schema_init_done;
#ifdef SLAPD_SCHEMA_NOT_COMPAT
LIBSLAPD_F( struct slap_internal_schema ) slap_schema;
LIBSLAPD_F( int ) schema_init_done;
LIBSLAPD_F (int) slap_str2ad LDAP_P((
const char *,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment