ctdb-daemon: Drop extra boolean arguments to ctdb_local_attach()
authorAmitay Isaacs <amitay@gmail.com>
Thu, 2 Mar 2017 03:47:20 +0000 (14:47 +1100)
committerMartin Schwenke <martins@samba.org>
Mon, 26 Jun 2017 13:47:24 +0000 (15:47 +0200)
commit8d3f2f691e1b95fea3965ab40084e327780ff0d5
tree6d0cbd3262d1d14d9cabfe3e084680473be09c0b
parentea91967b0df5f260f7da6532628f015f26f6d0e0
ctdb-daemon: Drop extra boolean arguments to ctdb_local_attach()

There is no need for with_jenkinshash and with_mutexes flags, since the
tdb_flags are now calculated based on database type.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/server/ctdb_ltdb_server.c