summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_groups.c
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2012-02-21 07:18:12 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-02-24 14:58:20 -0500
commit343177b73172a9debfaf316312799e376fc89552 (patch)
treef6a3a8a5037fbeffddd23e4461dfbe7fa26fac0a /src/providers/ldap/sdap_async_groups.c
parent720396bedc032e2c3d6fd48b4f7913fcb0429641 (diff)
downloadsssd-343177b73172a9debfaf316312799e376fc89552.tar.gz
sssd-343177b73172a9debfaf316312799e376fc89552.tar.xz
sssd-343177b73172a9debfaf316312799e376fc89552.zip
Modifications to simplify list_missing_attrs
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 d58ed468c..aad2990c5 100644
--- a/src/providers/ldap/sdap_async_groups.c
+++ b/src/providers/ldap/sdap_async_groups.c
@@ -1123,7 +1123,7 @@ next:
}
if (state->check_count == 0) {
- ret = sdap_save_users(state, state->sysdb, state->attrs,
+ ret = sdap_save_users(state, state->sysdb,
state->dom, state->opts,
state->new_members, state->count, NULL);
if (ret) {