diff options
author | Günther Deschner <gd@samba.org> | 2011-03-28 12:27:21 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 02:00:50 +0200 |
commit | 72833e416f6ffc10eb547ec7d5d9a66ee912a0c1 (patch) | |
tree | c095e89c4ea3de74da78d1766cb229a6ee1a181c /source3/lib | |
parent | ab9a29eb638143a93f70bb7880ca24f73bbb2118 (diff) | |
download | samba-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
Diffstat (limited to 'source3/lib')
-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); |