diff options
author | Stef Walter <stef@memberwebs.com> | 2004-08-18 22:15:10 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-08-18 22:15:10 +0000 |
commit | 861158ad71effd4f48da442f5eb1bb70754eb08b (patch) | |
tree | ada62c8d479f4104e07bf03634bd7f4325e86b37 /daemon/ldap.c | |
parent | 03d751131db4b452bfcde6add0346fd1fcdc3fec (diff) |
Code cleanup
Diffstat (limited to 'daemon/ldap.c')
-rw-r--r-- | daemon/ldap.c | 3 |
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; } |