s3-modules: Fixed the for-loop code block.
authorAndreas Schneider <asn@samba.org>
Wed, 19 Jan 2011 22:11:32 +0000 (23:11 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 26 Jan 2011 22:20:37 +0000 (14:20 -0800)
s3-modules: Fixed the for-loop code block.

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;