summaryrefslogtreecommitdiff
path: root/lib/tdb/configure.ac
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2009-10-22 00:10:34 +1030
committerRusty Russell <rusty@rustcorp.com.au>2009-10-22 00:10:34 +1030
commit022b4d4aa6861c1e3e6d76484d92555221cb6d14 (patch)
tree013e042b1fd5bbd91899d5314d98b033a25b9845 /lib/tdb/configure.ac
parent0fc6800005ffb532a5e5699c97f13f1de138d51f (diff)
downloadsamba-022b4d4aa6861c1e3e6d76484d92555221cb6d14.tar.gz
samba-022b4d4aa6861c1e3e6d76484d92555221cb6d14.tar.bz2
samba-022b4d4aa6861c1e3e6d76484d92555221cb6d14.zip
lib/tdb: add tdb_check()
ctdb wants a quick way to detect corrupt tdbs; particularly, tdbs with loops in their hash chains. tdb_check() provides this. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'lib/tdb/configure.ac')
-rw-r--r--lib/tdb/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/configure.ac b/lib/tdb/configure.ac
index 2b4d8de0c5..52ecff4bbb 100644
--- a/lib/tdb/configure.ac
+++ b/lib/tdb/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
AC_DEFUN([SMB_ENABLE], [echo -n ""])
-AC_INIT(tdb, 1.1.6)
+AC_INIT(tdb, 1.1.7)
AC_CONFIG_SRCDIR([common/tdb.c])
AC_CONFIG_HEADER(include/config.h)
AC_LIBREPLACE_ALL_CHECKS