mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3-ctdb: fix the build w/o HAVE_CTDB_CONTROL_CHECK_SRVIDS_DECL
Volker, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Dec 12 17:42:29 CET 2011 on sn-devel-104
This commit is contained in:
parent
763fe4216b
commit
cf57fd44d7
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user