summaryrefslogtreecommitdiff
path: root/modules/experimental/util_ldap_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/experimental/util_ldap_cache.h')
-rw-r--r--modules/experimental/util_ldap_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/experimental/util_ldap_cache.h b/modules/experimental/util_ldap_cache.h
index 5a0ab79f33..51e50a51d2 100644
--- a/modules/experimental/util_ldap_cache.h
+++ b/modules/experimental/util_ldap_cache.h
@@ -110,6 +110,7 @@ typedef struct util_search_node_t {
NULL if the bind failed */
apr_time_t lastbind; /* Time of last successful bind */
const char **vals; /* Values of queried attributes */
+ int numvals; /* Number of queried attributes */
} util_search_node_t;
/*