diff options
author | Pavel Březina <pbrezina@redhat.com> | 2011-12-16 14:21:55 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-12-16 14:46:18 -0500 |
commit | 340f61052d540f73f14f3dd2ebcf2aee1cde99b3 (patch) | |
tree | 61844437f17b53c5da8ec75c3f8b7c3f8f74c4e3 | |
parent | f8c829e72968b574e1c9bda96f4d5f206622358f (diff) | |
download | sssd-340f61052d540f73f14f3dd2ebcf2aee1cde99b3.tar.gz sssd-340f61052d540f73f14f3dd2ebcf2aee1cde99b3.tar.bz2 sssd-340f61052d540f73f14f3dd2ebcf2aee1cde99b3.zip |
Logically dead code in sdap_nested_group_lookup_group
https://fedorahosted.org/sssd/ticket/1113
-rw-r--r-- | src/providers/ldap/sdap_async_groups.c | 2 |
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 3e30bb28..e5964099 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) { |