From 25e64abcac8db1d6a9efc7195259f760cebede54 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 20 Aug 2013 16:12:32 +0200 Subject: LDAP: Remove unused constant The constant was not used since Euegene came up with his reconnection logic. --- src/providers/ldap/ldap_id_enum.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/providers') diff --git a/src/providers/ldap/ldap_id_enum.c b/src/providers/ldap/ldap_id_enum.c index 4e8a80c44..7d9ff3be2 100644 --- a/src/providers/ldap/ldap_id_enum.c +++ b/src/providers/ldap/ldap_id_enum.c @@ -176,8 +176,6 @@ int ldap_id_enumerate_set_timer(struct sdap_id_ctx *ctx, struct timeval tv) return EOK; } -#define MAX_ENUM_RESTARTS 3 - struct global_enum_state { struct tevent_context *ev; struct sdap_id_ctx *ctx; -- cgit