r24266: Remove the "open files database hash size" parameter
[samba.git] / source3 / locking / locking.c
index d79d73099b92295fde7e2cb9fed27324b462468f..7f1f8f41e1db10d62a0e4af090634f42b6b9c7fd 100644 (file)
@@ -394,8 +394,7 @@ BOOL locking_init(int read_only)
        if (lock_db)
                return True;
 
-       lock_db = db_open(NULL, lock_path("locking.tdb"),
-                         lp_open_files_db_hash_size(),
+       lock_db = db_open(NULL, lock_path("locking.tdb"), 0,
                          TDB_DEFAULT
                          |TDB_VOLATILE
                          |(read_only?0x0:TDB_CLEAR_IF_FIRST),