Skip to content
Snippets Groups Projects
Commit 08f8cecd authored by Mark Valence's avatar Mark Valence
Browse files

Fix broken non-schema build (var not defined).

parent 7401eddb
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,9 @@ idl_fetch(
ID_BLOCK *idl;
ID_BLOCK **tmp;
int i, nids;
#ifndef SLAPD_SCHEMA_NOT_COMPAT
char *kstr;
#endif
idl = idl_fetch_one( be, db, key );
......
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