mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 10:21:53 +00:00
fix read releases
This commit is contained in:
committed by
Aiden McClelland
parent
295e4ba4ad
commit
0c797ef09f
@@ -231,7 +231,7 @@ impl Node {
|
||||
}
|
||||
(LockType::DeepRead, true) => {
|
||||
if let Some(idx) = self
|
||||
.writers
|
||||
.readers
|
||||
.iter()
|
||||
.enumerate()
|
||||
.find(|(_, id)| id == &&lock_info.handle_id)
|
||||
|
||||
Reference in New Issue
Block a user