summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_reinit.c
diff options
context:
space:
mode:
authorMichal Zidek <mzidek@redhat.com>2013-11-05 18:36:57 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-11-15 20:20:19 +0100
commite2ac9be4f293b96f3c8992f1171e44bc1da5cfca (patch)
treee6cd887945e5ea9b47201d8c733571e3bdbe36e3 /src/providers/ldap/sdap_reinit.c
parentd115f40c7a3999e3cbe705a2ff9cf0fd493f80fb (diff)
downloadsssd-e2ac9be4f293b96f3c8992f1171e44bc1da5cfca.tar.gz
sssd-e2ac9be4f293b96f3c8992f1171e44bc1da5cfca.tar.xz
sssd-e2ac9be4f293b96f3c8992f1171e44bc1da5cfca.zip
SYSDB: Drop redundant sysdb_ctx parameter from sysdb.c
Diffstat (limited to 'src/providers/ldap/sdap_reinit.c')
-rw-r--r--src/providers/ldap/sdap_reinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_reinit.c b/src/providers/ldap/sdap_reinit.c
index 51da8128d..5c909379d 100644
--- a/src/providers/ldap/sdap_reinit.c
+++ b/src/providers/ldap/sdap_reinit.c
@@ -216,7 +216,7 @@ static void sdap_reinit_cleanup_done(struct tevent_req *subreq)
* process on the next SSSD service restart (to avoid
* slowing down system boot-up
*/
- ret = sysdb_set_enumerated(state->sysdb, state->domain, true);
+ ret = sysdb_set_enumerated(state->domain, true);
if (ret != EOK) {
DEBUG(SSSDBG_MINOR_FAILURE, ("Could not mark domain as having "
"enumerated.\n"));