summaryrefslogtreecommitdiff
path: root/daemon/ldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/ldap.c')
-rw-r--r--daemon/ldap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/daemon/ldap.c b/daemon/ldap.c
index a302d3d..956c464 100644
--- a/daemon/ldap.c
+++ b/daemon/ldap.c
@@ -425,8 +425,6 @@ static LDAP* get_ldap_connection(const ha_request_t* rq, ldap_context_t* ctx)
ASSERT(ctx);
- /* TODO: What about multiple threads here? */
-
for(i = 0; i < ctx->ldap_max; i++)
{
/* An open connection in the pool */
@@ -830,7 +828,6 @@ finally:
if(ld)
save_ldap_connection(rq, ctx, ld);
- /* TODO: Check to make sure this fits within the return values */
return ret;
}