From e8a7526b06acf4af322fdab593c8bafbd9f4a103 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 7 Apr 2009 12:11:48 -0400 Subject: Clean up warnings in SSSD --- server/db/sysdb_ops.c | 1 - 1 file changed, 1 deletion(-) (limited to 'server/db/sysdb_ops.c') diff --git a/server/db/sysdb_ops.c b/server/db/sysdb_ops.c index 41e59a9a3..955e9ec70 100644 --- a/server/db/sysdb_ops.c +++ b/server/db/sysdb_ops.c @@ -792,7 +792,6 @@ int sysdb_check_name_unique(struct sysdb_req *sysreq, static int check_name_callback(struct ldb_request *req, struct ldb_reply *rep) { struct sysdb_cb_ctx *cbctx; - struct sysdb_ctx *ctx; int err; cbctx = talloc_get_type(req->context, struct sysdb_cb_ctx); -- cgit