- Fix unbound-control dump_cache for double unlock of lruhash table.

This commit is contained in:
W.C.A. Wijngaards 2025-08-27 16:55:38 +02:00
parent e613e27f35
commit 533291dce9

View file

@ -203,7 +203,6 @@ dump_lruhash(struct lruhash* table,
}
if(!found) {
not_done = 0;
lock_quick_unlock(&table->lock);
break;
}
}