summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-03-26 21:34:22 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-03-27 13:55:26 +0100
commit78eba1cdd8e337d07b536afd9d6043482c88208e (patch)
tree8773f9cc2bd917c2eabf7fc5a4f173aa05dd0249
parent2d75dbbc6549acb1f749b5366b492ae087fdc0d8 (diff)
downloadsssd-78eba1cdd8e337d07b536afd9d6043482c88208e.tar.gz
sssd-78eba1cdd8e337d07b536afd9d6043482c88208e.tar.xz
sssd-78eba1cdd8e337d07b536afd9d6043482c88208e.zip
selinux: Remove unused parameter
https://fedorahosted.org/sssd/ticket/1848
-rw-r--r--src/providers/ipa/ipa_selinux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_selinux.c b/src/providers/ipa/ipa_selinux.c
index 6705eea1e..ed44fac25 100644
--- a/src/providers/ipa/ipa_selinux.c
+++ b/src/providers/ipa/ipa_selinux.c
@@ -1279,7 +1279,6 @@ ipa_get_selinux_recv(struct tevent_req *req,
/* Simply return success if HAVE_SELINUX_LOGIN_DIR is not defined. */
void ipa_selinux_handler(struct be_req *be_req)
{
- struct be_ctx *be_ctx = be_req_get_be_ctx(be_req);
struct pam_data *pd;
pd = talloc_get_type(be_req_get_data(be_req), struct pam_data);