diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-03 23:33:09 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:47:50 +0100 |
commit | 5b357ca8774d97e85153151552bc052cfaf26c1b (patch) | |
tree | f5ee90b480ce2a3511e1760e3eb5b003deb9ef2a /source4/cluster | |
parent | 0184e5ef2d4ebd19e1617ca8daaf2102b8e5a9f0 (diff) | |
download | samba-5b357ca8774d97e85153151552bc052cfaf26c1b.tar.gz |
r26270: Require specifying the loadparm_context or NULL to cli_credentials_guess().
(This used to be commit e52710d6794a25ba697f8c26b43784226964f9cb)
Diffstat (limited to 'source4/cluster')
-rw-r--r-- | source4/cluster/ctdb/ctdb_cluster.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/cluster/ctdb/ctdb_cluster.h b/source4/cluster/ctdb/ctdb_cluster.h index dac728d034c..bac09bd6f36 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 <http://www.gnu.org/licenses/>. */ -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); |