summaryrefslogtreecommitdiff
path: root/include/util_ldap.h
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2011-03-28 22:40:20 +0000
committerEric Covener <covener@apache.org>2011-03-28 22:40:20 +0000
commit4355155ced54b9c028ebfbfd75872a2feb1a310b (patch)
treefba3c6dfcdfcc6169e544a3684f2200442ebc765 /include/util_ldap.h
parentd412770d6568cc14f9bf0852d4a9dc8d434ae7fb (diff)
downloadhttpd-4355155ced54b9c028ebfbfd75872a2feb1a310b.tar.gz
fix incorrect type of LDAP connection pool member, fix naming fors
style guidlines git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086432 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_ldap.h')
-rw-r--r--include/util_ldap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util_ldap.h b/include/util_ldap.h
index f3639b61bd..18c990dbf5 100644
--- a/include/util_ldap.h
+++ b/include/util_ldap.h
@@ -165,7 +165,7 @@ typedef struct util_ldap_state_t {
struct timeval *opTimeout;
int debug_level; /* SDK debug level */
- int connectionPoolTTL;
+ apr_interval_time_t connection_pool_ttl;
} util_ldap_state_t;
/* Used to store arrays of attribute labels/values. */