From 5b016dbab852cd443c8f9049acb94a113de227e1 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Tue, 7 Sep 2010 02:15:09 +0200 Subject: s3/libads: use monotonic clock for ldap connection timeouts --- source3/include/ads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/ads.h') diff --git a/source3/include/ads.h b/source3/include/ads.h index b45d53de07..6ef5455766 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -65,7 +65,7 @@ typedef struct ads_struct { struct { LDAP *ld; struct sockaddr_storage ss; /* the ip of the active connection, if any */ - time_t last_attempt; /* last attempt to reconnect */ + time_t last_attempt; /* last attempt to reconnect, monotonic clock */ int port; enum ads_saslwrap_type wrap_type; -- cgit