Index: server/common/patches/httpd-2.2.x-broken-ldap-caching.patch
===================================================================
--- server/common/patches/httpd-2.2.x-broken-ldap-caching.patch	(revision 685)
+++ server/common/patches/httpd-2.2.x-broken-ldap-caching.patch	(revision 686)
@@ -29,5 +29,5 @@
 +                    int i;
 +                    *retvals = apr_pcalloc(r->pool, sizeof(char *) * search_nodep->numvals);
-+		    for (i = 0; i < search_nodep->numvals; i++) {
++                    for (i = 0; i < search_nodep->numvals; i++) {
                          (*retvals)[i] = apr_pstrdup(r->pool, search_nodep->vals[i]);
 -                        i++;
