tdb: don't alter tdb->flags in tdb_reopen_all()
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 30 Jul 2009 02:22:39 +0000 (11:52 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 4 Aug 2009 07:20:55 +0000 (16:50 +0930)
commit8f48e37c254e0852d4e2dea54b905ce5ef2b925d
tree3801287a54da5f3bb4a41c4d55f3ea4bcdc51a34
parent8d0d432ab7766d9c0f9868fd77e48b9b5cc5d9f9
tdb: don't alter tdb->flags in tdb_reopen_all()

The flags are user-visible, via tdb_get_flags/add_flags/remove_flags.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/tdb/common/open.c