summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_groups.c
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2011-12-16 14:21:55 +0100
committerStephen Gallagher <sgallagh@redhat.com>2011-12-16 14:46:18 -0500
commit340f61052d540f73f14f3dd2ebcf2aee1cde99b3 (patch)
tree61844437f17b53c5da8ec75c3f8b7c3f8f74c4e3 /src/providers/ldap/sdap_async_groups.c
parentf8c829e72968b574e1c9bda96f4d5f206622358f (diff)
downloadsssd-340f61052d540f73f14f3dd2ebcf2aee1cde99b3.tar.gz
sssd-340f61052d540f73f14f3dd2ebcf2aee1cde99b3.tar.xz
sssd-340f61052d540f73f14f3dd2ebcf2aee1cde99b3.zip
Logically dead code in sdap_nested_group_lookup_group
https://fedorahosted.org/sssd/ticket/1113
Diffstat (limited to 'src/providers/ldap/sdap_async_groups.c')
-rw-r--r--src/providers/ldap/sdap_async_groups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async_groups.c b/src/providers/ldap/sdap_async_groups.c
index 3e30bb28d..e59640997 100644
--- a/src/providers/ldap/sdap_async_groups.c
+++ b/src/providers/ldap/sdap_async_groups.c
@@ -2555,7 +2555,7 @@ static errno_t sdap_nested_group_lookup_group(struct tevent_req *req)
*/
if (!sss_ldap_dn_in_search_bases(state, state->member_dn,
state->opts->group_search_bases,
- &filter)) {
+ &search_bases_filter)) {
if (state->derefctx) {
if (state->derefctx->expired_groups_index <
state->derefctx->expired_groups_num) {