From 0ca1ff6b66537e9c739ca29f88db39f8bdaf6aa7 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Fri, 19 Aug 2016 09:58:58 +0200 Subject: m_ldap Remove unused LDAPService::last_timeout_check --- src/modules/extra/m_ldap.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/modules/extra') diff --git a/src/modules/extra/m_ldap.cpp b/src/modules/extra/m_ldap.cpp index c11025836..bf3809a24 100644 --- a/src/modules/extra/m_ldap.cpp +++ b/src/modules/extra/m_ldap.cpp @@ -170,7 +170,6 @@ class LDAPService : public LDAPProvider, public SocketThread time_t last_connect; int searchscope; time_t timeout; - time_t last_timeout_check; public: static LDAPMod** BuildMods(const LDAPMods& attributes) @@ -247,7 +246,7 @@ class LDAPService : public LDAPProvider, public SocketThread LDAPService(Module* c, ConfigTag* tag) : LDAPProvider(c, "LDAP/" + tag->getString("id")) - , con(NULL), config(tag), last_connect(0), last_timeout_check(0) + , con(NULL), config(tag), last_connect(0) { std::string scope = config->getString("searchscope"); if (scope == "base") -- cgit v1.2.3