mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix broken non-schema build (var not defined).
This commit is contained in:
parent
7401eddb02
commit
08f8cecddc
@ -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 New Issue
Block a user