ldap: reset tx_index_completed on tx removal

So, that this index does not overflow
pull/11571/head
Philippe Antoine 7 months ago committed by Victor Julien
parent 7f6c963ac4
commit 7617fe5ab0

@ -115,6 +115,7 @@ impl LdapState {
}
}
if found {
self.tx_index_completed = 0;
self.transactions.remove(index);
}
}

Loading…
Cancel
Save