mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix broken non-schema build (var not defined).
This commit is contained in:
parent
7401eddb02
commit
08f8cecddc
1 changed files with 3 additions and 0 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue