From 5b357ca8774d97e85153151552bc052cfaf26c1b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 3 Dec 2007 23:33:09 +0100 Subject: r26270: Require specifying the loadparm_context or NULL to cli_credentials_guess(). (This used to be commit e52710d6794a25ba697f8c26b43784226964f9cb) --- source4/cluster/ctdb/ctdb_cluster.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/cluster') diff --git a/source4/cluster/ctdb/ctdb_cluster.h b/source4/cluster/ctdb/ctdb_cluster.h index dac728d034..bac09bd6f3 100644 --- a/source4/cluster/ctdb/ctdb_cluster.h +++ b/source4/cluster/ctdb/ctdb_cluster.h @@ -19,4 +19,5 @@ along with this program. If not, see . */ -void cluster_ctdb_init(struct event_context *ev, const char *model); +void cluster_ctdb_init(struct loadparm_context *lp_ctx, + struct event_context *ev, const char *model); -- cgit