diff options
author | Nadezhda Ivanova <nadezhda.ivanova@postpath.com> | 2009-09-21 17:29:28 -0700 |
---|---|---|
committer | Nadezhda Ivanova <nadezhda.ivanova@postpath.com> | 2009-09-21 17:29:28 -0700 |
commit | 9e85192e6415fbaacf394330f6e61759190485ad (patch) | |
tree | 9e9a8c9d7fdd4dbcc471e69c4c4708eb6ae11dc3 /source4/lib/ldb_wrap.c | |
parent | 10c6f3f71a4fe3e36e2a0476dc0077187371fafb (diff) | |
parent | b850d7fb08b97fff8ce5ec2cbff2256aa390e440 (diff) | |
download | samba-9e85192e6415fbaacf394330f6e61759190485ad.tar.gz samba-9e85192e6415fbaacf394330f6e61759190485ad.tar.xz samba-9e85192e6415fbaacf394330f6e61759190485ad.zip |
Merge branch 'master' of git://git.samba.org/samba
Diffstat (limited to 'source4/lib/ldb_wrap.c')
-rw-r--r-- | source4/lib/ldb_wrap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/ldb_wrap.c b/source4/lib/ldb_wrap.c index 15cf11f942..74502afde2 100644 --- a/source4/lib/ldb_wrap.c +++ b/source4/lib/ldb_wrap.c @@ -169,6 +169,10 @@ struct ldb_context *ldb_wrap_connect(TALLOC_CTX *mem_ctx, flags |= LDB_FLG_NOSYNC; } + if (DEBUGLVL(10)) { + flags |= LDB_FLG_ENABLE_TRACING; + } + /* we usually want Samba databases to be private. If we later find we need one public, we will need to add a parameter to ldb_wrap_connect() */ |