ctdbd_conn: pass persistent bool instead of tdb_flags
authorRalph Boehme <slow@samba.org>
Tue, 11 Jul 2017 18:41:43 +0000 (20:41 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 12 Jul 2017 07:01:19 +0000 (09:01 +0200)
commitb2b7e3b9710fa22716f931177265dcd8de74532b
tree6781913702532df64b508bac6bb8fbe45fe99984
parent0077296cee1cd54a5adb12fc706cbf99203a8213
ctdbd_conn: pass persistent bool instead of tdb_flags

ctdbd_db_attach() only needs to know the ctdb database model, not the
rest of the flags.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=12891

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
source3/include/ctdbd_conn.h
source3/lib/ctdbd_conn.c
source3/lib/dbwrap/dbwrap_ctdb.c