dbwrap: Remove talloc_reference()
authorVolker Lendecke <vl@samba.org>
Mon, 21 Sep 2015 10:32:47 +0000 (12:32 +0200)
committerRalph Böhme <slow@samba.org>
Tue, 22 Sep 2015 02:51:16 +0000 (04:51 +0200)
commit71a407edad9f3fc1cd1719d87123862698f12f2f
tree35e561faa52490bbb42e3ff9fafec3b680507de2
parent225cba6e413758dcaff2ba275fa81b37485922f2
dbwrap: Remove talloc_reference()

We want to know (by crashing) when we free the database with records still
around. This would be a serious violation of our data structure hierarchies.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/dbwrap/dbwrap_tdb.c