1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

s3-modules: Fixed the for-loop code block.

s3-modules: Fixed the for-loop code block.
This commit is contained in:
Andreas Schneider 2011-01-19 23:11:32 +01:00 committed by Jeremy Allison
parent 2c47368d68
commit f6f0dac427

View 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;