dbwrap_tdb: Avoid double-call to talloc_get_type_abort
authorVolker Lendecke <vl@samba.org>
Thu, 16 Aug 2018 11:18:14 +0000 (13:18 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 14 Sep 2018 05:49:13 +0000 (07:49 +0200)
commitb6b7c157583dae815e57781cbc4f66bd8d71e201
tree37bdfce54412fe81f47f24849894f85a305af385
parent5e4f34e707709ba84be30cd271b10033989b0cbb
dbwrap_tdb: Avoid double-call to talloc_get_type_abort

We've already retrieved "ctx" in the callers of db_tdb_fetch_locked_internal().

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