From fc320551d84508371ab1c082752515d538648f49 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 12 Oct 2011 11:48:55 +0200 Subject: s3-dbwrap_ctdb: fix the build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Michael, please check. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Oct 12 15:25:56 CEST 2011 on sn-devel-104 --- source3/lib/dbwrap/dbwrap_ctdb.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/lib/dbwrap/dbwrap_ctdb.c') diff --git a/source3/lib/dbwrap/dbwrap_ctdb.c b/source3/lib/dbwrap/dbwrap_ctdb.c index 85ae5c1c6e..ca43dc1b58 100644 --- a/source3/lib/dbwrap/dbwrap_ctdb.c +++ b/source3/lib/dbwrap/dbwrap_ctdb.c @@ -22,6 +22,8 @@ #include "system/filesys.h" #include "lib/util/tdb_wrap.h" #include "util_tdb.h" +#include "dbwrap/dbwrap_rbt.h" + #ifdef CLUSTER_SUPPORT /* @@ -1313,7 +1315,8 @@ static int db_ctdb_traverse(struct db_context *db, } status = dbwrap_traverse(newkeys, traverse_persistent_callback_dbwrap, - &state); + &state, + NULL); ret = NT_STATUS_IS_OK(status) ? 0 : -1; talloc_free(newkeys); } -- cgit