From 972f19271a5719f60ec7d7fa8e52c314fb756bfc Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 1 May 2008 13:23:14 +0000 Subject: [PATCH] address a review comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@652513 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/STATUS b/STATUS index b1896addd65..bc5b572e410 100644 --- a/STATUS +++ b/STATUS @@ -214,6 +214,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: through the array. So how does the caller know how to walk through the list? (It seems that we need need to allocate numvals+1, then store in (*retvals)[j++] when vals[i] != NULL.) + covener: The caller has asked for values corresponding to a passed list + of attributes (attrs), so the returned list does not need to be null + terminated (or otherwise convey a length) + mod_authnz_ldap iterates through it's own copy of the _attributes_ + (null terminated, like the native LDAP API) and uses the + correspondingly-indexed entry in the returned values + (retvals in uldap_cache_getuserdn() signature) * mod_headers: Add merge option to avoid duplicate values within the same header. -- 2.47.2