mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 22:33:07 -05:00
ITS#10191 Make sure pausepoll is always initialized
This commit is contained in:
parent
f088bbf994
commit
3fff1e7256
1 changed files with 1 additions and 2 deletions
|
|
@ -435,7 +435,7 @@ mdb_search( Operation *op, SlapReply *rs )
|
|||
int manageDSAit;
|
||||
int tentries = 0;
|
||||
int admincheck = 0;
|
||||
int pausepoll;
|
||||
int pausepoll = 0;
|
||||
IdScopes isc;
|
||||
MDB_cursor *mci, *mcd;
|
||||
ww_ctx wwctx;
|
||||
|
|
@ -809,7 +809,6 @@ adminlimit:
|
|||
id = mdb_idl_first( candidates, &cursor );
|
||||
}
|
||||
|
||||
pausepoll = 0;
|
||||
while (id != NOID)
|
||||
{
|
||||
int scopeok;
|
||||
|
|
|
|||
Loading…
Reference in a new issue