Changeset 686 for server/common
- Timestamp:
 - Mar 7, 2008, 12:01:55 PM (18 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
server/common/patches/httpd-2.2.x-broken-ldap-caching.patch
r685 r686 29 29 + int i; 30 30 + *retvals = apr_pcalloc(r->pool, sizeof(char *) * search_nodep->numvals); 31 + for (i = 0; i < search_nodep->numvals; i++) {31 + for (i = 0; i < search_nodep->numvals; i++) { 32 32 (*retvals)[i] = apr_pstrdup(r->pool, search_nodep->vals[i]); 33 33 - i++;  
Note: See TracChangeset
          for help on using the changeset viewer.
      