summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-28 12:27:21 +0200
committerGünther Deschner <gd@samba.org>2011-03-30 02:00:50 +0200
commit72833e416f6ffc10eb547ec7d5d9a66ee912a0c1 (patch)
treec095e89c4ea3de74da78d1766cb229a6ee1a181c
parentab9a29eb638143a93f70bb7880ca24f73bbb2118 (diff)
downloadsamba-72833e416f6ffc10eb547ec7d5d9a66ee912a0c1.tar.gz
samba-72833e416f6ffc10eb547ec7d5d9a66ee912a0c1.tar.bz2
samba-72833e416f6ffc10eb547ec7d5d9a66ee912a0c1.zip
s3-ctdb_wrap: remove unused variable from db_ctdb_fetch_persistent().
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 30 02:00:50 CEST 2011 on sn-devel-104
-rw-r--r--source3/lib/dbwrap_ctdb.c1
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);