diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/modules/onefs_cbrl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/onefs_cbrl.c b/source3/modules/onefs_cbrl.c index 33f35a7f34..203710ec5a 100644 --- a/source3/modules/onefs_cbrl.c +++ b/source3/modules/onefs_cbrl.c @@ -128,6 +128,7 @@ static struct blocking_lock_record *onefs_cbrl_find_blr(uint64_t id) onefs_cbrl_blr_state_str(blr))); break; } + } } else { for (blr = sconn->smb1.locks.blocking_lock_queue; blr; blr = blr->next) { bs = (struct onefs_cbrl_blr_state *)blr->blr_private; |