ITS#10191 Make sure pausepoll is always initialized

This commit is contained in:
Ondřej Kuzník 2026-01-30 12:41:28 +00:00 committed by Quanah Gibson-Mount
parent f088bbf994
commit 3fff1e7256

View file

@ -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;