diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-03-27 20:40:40 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-03-27 20:40:40 +1100 |
commit | 7f2927528c230c9e44634d1aa4fb677596603056 (patch) | |
tree | 8bcc85924e18e6236a2ed732b559853982d041d8 /source4/ntvfs | |
parent | c24b8cbe5351d2b192480ff8cbd02b3f048b8e8a (diff) | |
download | samba-7f2927528c230c9e44634d1aa4fb677596603056.tar.gz samba-7f2927528c230c9e44634d1aa4fb677596603056.tar.bz2 samba-7f2927528c230c9e44634d1aa4fb677596603056.zip |
Fix references to ntvfs share config
Andrew Bartlett
(This used to be commit 4e4152dfd70145a7a00bc42effcd07b607204926)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/common/opendb_tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/common/opendb_tdb.c b/source4/ntvfs/common/opendb_tdb.c index 40a1d27f30..99c0a95c20 100644 --- a/source4/ntvfs/common/opendb_tdb.c +++ b/source4/ntvfs/common/opendb_tdb.c @@ -101,7 +101,7 @@ static struct odb_context *odb_tdb_init(TALLOC_CTX *mem_ctx, odb->ntvfs_ctx = ntvfs_ctx; - odb->oplocks = share_bool_option(ntvfs_ctx->ctx->config, SHARE_OPLOCKS, SHARE_OPLOCKS_DEFAULT); + odb->oplocks = share_bool_option(ntvfs_ctx->config, SHARE_OPLOCKS, SHARE_OPLOCKS_DEFAULT); odb->lease_ctx = sys_lease_context_create(ntvfs_ctx->config, odb, ntvfs_ctx->event_ctx, |