summaryrefslogtreecommitdiffstats
path: root/src/ldb_modules
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-02-10 14:24:19 -0500
committerStephen Gallagher <sgallagh@redhat.com>2011-06-02 15:00:50 -0400
commit1395f8988e43b792c577fd56e84aa6a0b5c0d334 (patch)
tree060d1e5df54b1d15ec522d66896f5ec98776beb4 /src/ldb_modules
parent7a4af61dd7706752786200f19737b32f4e2190bd (diff)
downloadsssd-1395f8988e43b792c577fd56e84aa6a0b5c0d334.tar.gz
sssd-1395f8988e43b792c577fd56e84aa6a0b5c0d334.tar.xz
sssd-1395f8988e43b792c577fd56e84aa6a0b5c0d334.zip
Clear up -Wunused-but-set-variable warnings
Diffstat (limited to 'src/ldb_modules')
-rw-r--r--src/ldb_modules/memberof.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ldb_modules/memberof.c b/src/ldb_modules/memberof.c
index b55ba1d2c..4fc46fa84 100644
--- a/src/ldb_modules/memberof.c
+++ b/src/ldb_modules/memberof.c
@@ -1733,16 +1733,9 @@ static int mbof_del_exop_search_callback(struct ldb_request *req,
static int mbof_del_execute_cont(struct mbof_del_operation *delop)
{
struct mbof_del_ancestors_ctx *anc_ctx;
- struct mbof_del_operation *parent;
- struct mbof_del_ctx *del_ctx;
- struct mbof_ctx *ctx;
struct mbof_dn_array *new_list;
int i;
- del_ctx = delop->del_ctx;
- parent = delop->parent;
- ctx = del_ctx->ctx;
-
anc_ctx = talloc_zero(delop, struct mbof_del_ancestors_ctx);
if (!anc_ctx) {
return LDB_ERR_OPERATIONS_ERROR;