diff options
-rw-r--r-- | lib/dbwrap/dbwrap_tdb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dbwrap/dbwrap_tdb.c b/lib/dbwrap/dbwrap_tdb.c index a3a6c878a5..f9c7ba46c4 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; |