]> git.sur5r.net Git - openldap/commitdiff
Fix broken non-schema build (var not defined).
authorMark Valence <mrv@openldap.org>
Mon, 5 Jun 2000 06:00:15 +0000 (06:00 +0000)
committerMark Valence <mrv@openldap.org>
Mon, 5 Jun 2000 06:00:15 +0000 (06:00 +0000)
servers/slapd/back-ldbm/idl.c

index 3e4163d68084bddb71120e7faae88978dff43e06..5050280ae87624a3fb348d0ecdd7c6784b7c37f9 100644 (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 );