Changeset 686 for server/common


Ignore:
Timestamp:
Mar 7, 2008, 12:01:55 PM (16 years ago)
Author:
andersk
Message:
tabs -> spaces.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/patches/httpd-2.2.x-broken-ldap-caching.patch

    r685 r686  
    2929+                    int i;
    3030+                    *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++) {
    3232                         (*retvals)[i] = apr_pstrdup(r->pool, search_nodep->vals[i]);
    3333-                        i++;
Note: See TracChangeset for help on using the changeset viewer.