diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2013-04-11 17:12:15 +0930 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-04-12 14:59:42 -0700 |
commit | ed6a4e04e1f8a0ca952e37577bfdc9731d6ef93d (patch) | |
tree | 535f9879418c3abddbc5f1b5f2b2e211c7ea576f /source4/cluster/wscript_build | |
parent | c5bd2ae338c0b67304ee253e3b5139b50cc1d0e5 (diff) | |
download | samba-ed6a4e04e1f8a0ca952e37577bfdc9731d6ef93d.tar.gz samba-ed6a4e04e1f8a0ca952e37577bfdc9731d6ef93d.tar.xz samba-ed6a4e04e1f8a0ca952e37577bfdc9731d6ef93d.zip |
source4/cluster and source4/ntvfs: convert to dbwrap, add ntdb option.
This makes the code use dbwrap_local_open(), so it can handle
NTDB.
brlock.tdb, notify.tdb and openfiles.tdb can now be brlock.ntdb,
notify.ntdb and openfiles.ntdb, if 'use ntdb' is set.
Cc: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/cluster/wscript_build')
-rw-r--r-- | source4/cluster/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/cluster/wscript_build b/source4/cluster/wscript_build index 995e166ecab..b8a91ccad79 100644 --- a/source4/cluster/wscript_build +++ b/source4/cluster/wscript_build @@ -2,7 +2,7 @@ bld.SAMBA_LIBRARY('cluster', source='cluster.c local.c', - deps='tdb-wrap samba-hostconfig talloc', + deps='dbwrap samba-hostconfig talloc', private_library=True ) |