From cf57fd44d7b800f09dac1485812b98d881ee48d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 12 Dec 2011 12:17:35 +0100 Subject: [PATCH] s3-ctdb: fix the build w/o HAVE_CTDB_CONTROL_CHECK_SRVIDS_DECL MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Volker, please check. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Mon Dec 12 17:42:29 CET 2011 on sn-devel-104 --- source3/lib/ctdbd_conn.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c index 940d477da1b..9d4af18ac59 100644 --- a/source3/lib/ctdbd_conn.c +++ b/source3/lib/ctdbd_conn.c @@ -1117,6 +1117,8 @@ fail: return false; } +#ifdef HAVE_CTDB_CONTROL_CHECK_SRVIDS_DECL + bool ctdb_serverids_exist(struct ctdbd_connection *conn, const struct server_id *pids, unsigned num_pids, bool *results) @@ -1240,6 +1242,8 @@ fail: return result; } +#endif /* HAVE_CTDB_CONTROL_CHECK_SRVIDS_DECL */ + /* * Get a db path */ -- 2.11.4.GIT