opendb_tdb: enable oplocks per default
[jelmer/openchange-samba.git] / source / ntvfs / common / opendb_tdb.c
index be78e0995810497e8fad6da7e75caaff1760d6b8..fc05b342a8f21176b60a464eaada02d4d02534c7 100644 (file)
@@ -102,7 +102,7 @@ static struct odb_context *odb_tdb_init(TALLOC_CTX *mem_ctx,
        odb->ntvfs_ctx = ntvfs_ctx;
 
        /* leave oplocks disabled by default until the code is working */
-       odb->oplocks = lp_parm_bool(ntvfs_ctx->lp_ctx, NULL, "opendb", "oplocks", false);
+       odb->oplocks = lp_parm_bool(ntvfs_ctx->lp_ctx, NULL, "opendb", "oplocks", true);
 
        odb->lease_ctx = sys_lease_context_create(ntvfs_ctx->config, odb,
                                                  ntvfs_ctx->event_ctx,