https://issues.apache.org/bugzilla/show_bug.cgi?id=38515

--- Comment #11 from [email protected] ---
There's one bug in the "updated dynamic group patch" which can be fixed by
following diff:

@@ -355,7 +355,7 @@ TODO:
 +    for (n = 0; n < count; n++) {
 +        (*values)[n] = apr_pstrdup(r->pool, vals[n]);
 +    }
-+    values[n] = NULL;
++    (*values)[n] = NULL;
 +
 +    ldap_value_free(vals);
 +    ldap_memfree(res);

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to