s3-modules: Fixed the for-loop code block.
[samba.git] / source3 / modules / onefs_cbrl.c
index 33f35a7f34d87eceb166eadb049b5ee4d22e5690..203710ec5a119e84477e447f3d28a21d2647ebdb 100644 (file)
@@ -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;