tdb: set tdb->name early, as it's needed for tdb_name()
authorStefan Metzmacher <metze@samba.org>
Thu, 11 Nov 2010 08:36:25 +0000 (09:36 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 12 Nov 2010 11:22:21 +0000 (11:22 +0000)
commitdedd064aa825edd57f992b12218a184398db9586
tree6d4170e425fdec8e76a14482dd50fc70ad6d30c7
parent1ec8d55e275128f2419fb481f88c7d3d87894506
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