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

This commit is contained in:
Mark Valence 2000-06-05 06:00:15 +00:00
parent 7401eddb02
commit 08f8cecddc

View File

@ -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 );