From c7af12dd30f9670806b161b94d91b741d06813e2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 29 Nov 2012 15:03:20 +0100 Subject: [PATCH] dbwrap: No need to NULL out a talloc_zero'ed structure element Reviewed-by: Michael Adam --- lib/dbwrap/dbwrap_tdb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/dbwrap/dbwrap_tdb.c b/lib/dbwrap/dbwrap_tdb.c index a3a6c878a53..f9c7ba46c4b 100644 --- a/lib/dbwrap/dbwrap_tdb.c +++ b/lib/dbwrap/dbwrap_tdb.c @@ -473,7 +473,6 @@ struct db_context *db_open_tdb(TALLOC_CTX *mem_ctx, result->wipe = db_tdb_wipe; result->id = db_tdb_id; result->check = db_tdb_check; - result->stored_callback = NULL; result->name = tdb_name(db_tdb->wtdb->tdb); result->hash_size = hash_size; return result; -- 2.11.4.GIT