summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-03-28 16:11:40 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-03-28 11:42:47 -0400
commitb0caecbc976a443afc3be96f89ce7d923e282622 (patch)
treec21ce06ce3aefa84d5e7bb1e98162853012c6f89 /src
parent8a2906c0eda7b894e55b605164f09b658edfeef4 (diff)
downloadsssd-b0caecbc976a443afc3be96f89ce7d923e282622.tar.gz
sssd-b0caecbc976a443afc3be96f89ce7d923e282622.tar.xz
sssd-b0caecbc976a443afc3be96f89ce7d923e282622.zip
Fix typo in sdap_nested_group_process_step
Diffstat (limited to 'src')
-rw-r--r--src/providers/ldap/sdap_async_accounts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async_accounts.c b/src/providers/ldap/sdap_async_accounts.c
index 96104dd62..003cf037d 100644
--- a/src/providers/ldap/sdap_async_accounts.c
+++ b/src/providers/ldap/sdap_async_accounts.c
@@ -3317,7 +3317,7 @@ static errno_t sdap_nested_group_process_step(struct tevent_req *req)
if (ret != EOK && ret != ENOENT) {
ret = EIO;
goto error;
- } else if (ret == ENOENT || count == 9) {
+ } else if (ret == ENOENT || count == 0) {
if (ret == EOK) talloc_zfree(msgs);
/* It wasn't found in the groups either