summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-09-11 16:57:30 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-09-11 19:42:53 +0200
commitfc6afb011198f84a30e6598c62923b5a588ccd54 (patch)
tree6b77c58c6117657e6c01703c709740dba67cbb18 /src/providers/ldap/ldap_common.h
parent114c1ed8ec72b43f04527b4f3b4f0940c1fb2c54 (diff)
downloadsssd-fc6afb011198f84a30e6598c62923b5a588ccd54.tar.gz
sssd-fc6afb011198f84a30e6598c62923b5a588ccd54.tar.xz
sssd-fc6afb011198f84a30e6598c62923b5a588ccd54.zip
LDAP: Store cleanup timestamp after initial cleanup
When the SSSD changes serves (and hence lastUSN) we perform a cleanup as well. However, after recent changes, we didn't set the cleanup timestamp correctly, which made the lastUSN logic fail.
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index e5b7f1151..a5f3dee94 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -171,7 +171,7 @@ errno_t ldap_setup_enumeration(struct sdap_id_ctx *ctx,
struct sdap_id_conn_ctx *conn,
struct sdap_domain *sdom);
errno_t ldap_id_cleanup(struct sdap_options *opts,
- struct sss_domain_info *dom);
+ struct sdap_domain *sdom);
int ldap_id_cleanup_create_timer(struct sdap_id_ctx *ctx,
struct sdap_domain *sdom,
struct timeval tv);