mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 08:53:27 -05:00
Silence warning
This commit is contained in:
parent
fe8c0553d3
commit
a9aa5050f8
1 changed files with 2 additions and 0 deletions
|
|
@ -314,7 +314,9 @@ bdb_search( Operation *op, SlapReply *rs )
|
|||
Entry *matched = NULL;
|
||||
EntryInfo *ei, ei_root = {0};
|
||||
struct berval realbase = BER_BVNULL;
|
||||
#ifdef SLAP_ACL_HONOR_DISCLOSE
|
||||
slap_mask_t mask;
|
||||
#endif
|
||||
int manageDSAit;
|
||||
int tentries = 0;
|
||||
ID lastid = NOID;
|
||||
|
|
|
|||
Loading…
Reference in a new issue