1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Tiny cosmetic fix

(This used to be commit c82c1d462b)
This commit is contained in:
Volker Lendecke 2008-01-10 13:22:51 +01:00
parent e9a3a62e74
commit b7d222c690

View File

@ -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);