summaryrefslogtreecommitdiffstats
path: root/source4
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2009-10-22 00:11:34 +1030
committerKarolin Seeger <kseeger@samba.org>2009-11-26 11:39:47 +0100
commit77d69cc043b57b394a183f46b0ea210ebcb768be (patch)
tree61c10a063fdd83bc109ba4f54473d753701a9c58 /source4
parentab95cf4fc8bdd2be1a9214cdbf7c2addc7860573 (diff)
downloadsamba-77d69cc043b57b394a183f46b0ea210ebcb768be.tar.gz
samba-77d69cc043b57b394a183f46b0ea210ebcb768be.tar.xz
samba-77d69cc043b57b394a183f46b0ea210ebcb768be.zip
lib/tdb: make tdbtool use tdb_check() for "check" command
Also, set logging function so we get more informative messages. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (cherry picked from commit d94a4d44ea644c82925c5901af491a35f0ba611d)
Diffstat (limited to 'source4')
-rw-r--r--source4/min_versions.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/min_versions.m4 b/source4/min_versions.m4
index 62b7806399c..6e49783778a 100644
--- a/source4/min_versions.m4
+++ b/source4/min_versions.m4
@@ -1,6 +1,6 @@
# Minimum and exact required versions for various libraries
# if we use the ones installed in the system.
-define(TDB_MIN_VERSION,1.1.6)
+define(TDB_MIN_VERSION,1.1.7)
define(TALLOC_MIN_VERSION,2.0.0)
define(LDB_REQUIRED_VERSION,0.9.7)
define(TEVENT_REQUIRED_VERSION,0.9.8)