mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
parent
e9a3a62e74
commit
b7d222c690
@ -160,8 +160,7 @@ static int db_tdb_fetch(struct db_context *db, TALLOC_CTX *mem_ctx,
|
||||
|
||||
state.mem_ctx = mem_ctx;
|
||||
state.result = 0;
|
||||
state.data.dptr = NULL;
|
||||
state.data.dsize = 0;
|
||||
state.data = tdb_null;
|
||||
|
||||
tdb_parse_record(ctx->wtdb->tdb, key, db_tdb_fetch_parse, &state);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user