summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-28 12:27:21 +0200
committerMichael Adam <obnox@samba.org>2011-03-31 21:29:19 +0200
commit7b3ff54038ee3b7dd9da17ef313190e456b0cfd4 (patch)
tree254e3c0adb95d334eb3a9eb44dcdf3c8cf11413c /source3
parent4d105c9c30fea6d5d2a9d2e7939c54bb2f31910d (diff)
downloadsamba-7b3ff54038ee3b7dd9da17ef313190e456b0cfd4.tar.gz
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
Diffstat (limited to 'source3')
-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 90c477185b1..56d5d60327c 100644
--- a/source3/lib/dbwrap_ctdb.c
+++ b/source3/lib/dbwrap_ctdb.c
@@ -490,7 +490,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);