Commit 36a12051 authored by Geoff Simmons's avatar Geoff Simmons

trackrdrd: minor comment fix

parent 6e6707c8
......@@ -517,9 +517,9 @@ static hashentry
h += n * n;
} while (probes <= htbl.max_probes);
/* none eligible for evacuation */
if (he->state != HASH_EMPTY) {
if ((oldest->insert_time + htbl.mlt) > t) {
/* none eligible for evacuation */
htbl.fail++;
htbl.insert_probes += probes;
return (NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment