summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smbldap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h
index ea944cf78f..ec5ff1ce84 100644
--- a/source3/include/smbldap.h
+++ b/source3/include/smbldap.h
@@ -53,7 +53,7 @@ struct smbldap_state {
time_t last_use; /* monotonic */
struct tevent_context *tevent_context;
- struct timed_event *idle_event;
+ struct tevent_timer *idle_event;
struct timeval last_rebind; /* monotonic */
};