tdb: set tdb->name early, as it's needed for tdb_name() master-per-ip-routing
authorStefan Metzmacher <metze@samba.org>
Thu, 11 Nov 2010 08:36:25 +0000 (09:36 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 11 Nov 2010 08:39:25 +0000 (09:39 +0100)
commitb246e8bb250bc493c60e6ec34c6aab69687719fc
tree5c9c633de85fe761a828e46d2afb5717a3f72c49
parentd87bacaa45fd2de2feb356fa87e3c4476de47d28
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
lib/tdb/common/open.c