mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
silence warning
This commit is contained in:
parent
8da69a9249
commit
b928fa97d8
1 changed files with 2 additions and 1 deletions
|
|
@ -326,7 +326,8 @@ bdb_search( Operation *op, SlapReply *rs )
|
|||
slap_mask_t mask;
|
||||
time_t stoptime;
|
||||
int manageDSAit;
|
||||
int tentries = 0, nentries = 0;
|
||||
int tentries = 0;
|
||||
unsigned nentries = 0;
|
||||
int idflag = 0;
|
||||
|
||||
DB_LOCK lock;
|
||||
|
|
|
|||
Loading…
Reference in a new issue