From f6f0dac4271b2bd1304c2b592c4d2dcbc795afaf Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 19 Jan 2011 23:11:32 +0100 Subject: s3-modules: Fixed the for-loop code block. s3-modules: Fixed the for-loop code block. --- source3/modules/onefs_cbrl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules/onefs_cbrl.c') 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; -- cgit