diff options
-rw-r--r-- | source3/lib/dbwrap_ctdb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/dbwrap_ctdb.c b/source3/lib/dbwrap_ctdb.c index 835f1cf04e..2d543905d6 100644 --- a/source3/lib/dbwrap_ctdb.c +++ b/source3/lib/dbwrap_ctdb.c @@ -492,7 +492,6 @@ static int db_ctdb_fetch_persistent(struct db_ctdb_ctx *db, TDB_DATA key, TDB_DATA *data) { NTSTATUS status; - bool found; status = db_ctdb_ltdb_fetch(db, key, NULL, mem_ctx, data); |