mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Keep track of the number of attributes retrieved from LDAP so that all the values can be properly cached even if the value is NULL. [PR 33901]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -107,6 +107,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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user