diff options
Diffstat (limited to 'source3/lib/smbldap.c')
-rw-r--r-- | source3/lib/smbldap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c index 5dd6d8d65b..08640d070a 100644 --- a/source3/lib/smbldap.c +++ b/source3/lib/smbldap.c @@ -1022,7 +1022,7 @@ done: } static void smbldap_idle_fn(struct tevent_context *tevent_ctx, - struct timed_event *te, + struct tevent_timer *te, struct timeval now_abs, void *private_data); @@ -1633,7 +1633,7 @@ int smbldap_search_suffix (struct smbldap_state *ldap_state, } static void smbldap_idle_fn(struct tevent_context *tevent_ctx, - struct timed_event *te, + struct tevent_timer *te, struct timeval now_abs, void *private_data) { |