tdb: set tdb->name early, as it's needed for tdb_name()
commit7422fd9d00f8aadb1c166b150290a0c41cdd0c4a
authorStefan Metzmacher <metze@samba.org>
Thu, 11 Nov 2010 08:36:25 +0000 (11 09:36 +0100)
committerJeremy Allison <jra@samba.org>
Sat, 13 Nov 2010 01:44:15 +0000 (12 17:44 -0800)
tree38e1566e9998fec731ea25b946dede81a9a0cead
parentbb61529e58e44d62da44fec35cdb16c1feeb696d
tdb: set tdb->name early, as it's needed for tdb_name()

tdb_name() might be used within the given log function,
which might be called from within tdb_open_ex().

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Fri Nov 12 11:22:21 UTC 2010 on sn-devel-104
lib/tdb/common/open.c