summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_sudo.c
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2011-12-19 13:29:55 +0100
committerStephen Gallagher <sgallagh@redhat.com>2011-12-20 09:01:06 -0500
commit8ce0509f582935655ee2b5ad81c5905be9ef5a02 (patch)
treec48a89fb47392ba0f423d71f425e27809727c2d7 /src/providers/ldap/sdap_sudo.c
parent20e53344fbdfa215ff7633630feb10458a0274b9 (diff)
downloadsssd-8ce0509f582935655ee2b5ad81c5905be9ef5a02.tar.gz
sssd-8ce0509f582935655ee2b5ad81c5905be9ef5a02.tar.xz
sssd-8ce0509f582935655ee2b5ad81c5905be9ef5a02.zip
SUDO Integration - be_sudo_req removed from sudo_ctx
Diffstat (limited to 'src/providers/ldap/sdap_sudo.c')
-rw-r--r--src/providers/ldap/sdap_sudo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_sudo.c b/src/providers/ldap/sdap_sudo.c
index 9bf77dde5..7d4725d69 100644
--- a/src/providers/ldap/sdap_sudo.c
+++ b/src/providers/ldap/sdap_sudo.c
@@ -111,7 +111,6 @@ void sdap_sudo_handler(struct be_req *be_req)
sudo_ctx->be_ctx = id_ctx->be;
sudo_ctx->be_req = be_req;
- sudo_ctx->req = sudo_req;
sudo_ctx->sdap_ctx = id_ctx;
sudo_ctx->sdap_op = NULL;
sudo_ctx->sdap_conn_cache = id_ctx->conn_cache;