mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 04:09:28 -05:00
- Fix unbound-control dump_cache for double unlock of lruhash table.
This commit is contained in:
parent
e613e27f35
commit
533291dce9
1 changed files with 0 additions and 1 deletions
|
|
@ -203,7 +203,6 @@ dump_lruhash(struct lruhash* table,
|
|||
}
|
||||
if(!found) {
|
||||
not_done = 0;
|
||||
lock_quick_unlock(&table->lock);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue