summaryrefslogtreecommitdiff
path: root/source3/locking/locking.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-01-16 11:14:44 +0000
committerAndrew Tridgell <tridge@samba.org>2000-01-16 11:14:44 +0000
commit54e1176ba17eaaba82254e4b629fa135802cec10 (patch)
tree7d341a5cf7f9e79967c7adddab7473992faac717 /source3/locking/locking.c
parent33157e9bfc154f9151993e66bc26b3b282aac11a (diff)
downloadsamba-54e1176ba17eaaba82254e4b629fa135802cec10.tar.gz
samba-54e1176ba17eaaba82254e4b629fa135802cec10.tar.bz2
samba-54e1176ba17eaaba82254e4b629fa135802cec10.zip
added code to allow traversal of the byte range lock database
this is used with "smbstatus -B" to dump the lock list (This used to be commit 5f022629146701e6d543f77007dc944e4277ab0c)
Diffstat (limited to 'source3/locking/locking.c')
-rw-r--r--source3/locking/locking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c
index 5348659917..9753b5ea61 100644
--- a/source3/locking/locking.c
+++ b/source3/locking/locking.c
@@ -145,7 +145,7 @@ BOOL do_unlock(files_struct *fsp,connection_struct *conn,
****************************************************************************/
BOOL locking_init(int read_only)
{
- brl_init();
+ brl_init(read_only);
if (tdb) return True;